HI !
I want to define a char variable and fill it with a string
like
DATA: myString type CHAR255.
myString = 'ashgdfhgashdf dhfghasdf sd hdsf'.
but the editor automatically makes a linefeat and shows an error if i want to aktivate it.
editor makes something like that:
myString = 'ashgdfhgashdf dhfghasdf
sd hdsf'.
Can i insert a sign or something else to write strings longer than about 80 chars??
mfg Markus