Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Display Material Basic Long Text in MM03

Former Member
0 Likes
508

Hi,

We've uploaded material long text via the CREATE_TEXT function. However the line feed characters are being displayed in MM03. These are the following: & # 13 ; & # 10 ; (I deliberately placed spaces in between since they will not be displayed if I enter directly). Is there a way to disable the display of such characters in MM03? thanks.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
407

The text is displayed via standard method in the screen. So no the program wont correct the data you entered. You have to correct the program that created these texts to remove the Line Feed control character. (and eventually create a program to update the text already entered)

Regards.