[Stackoverflow] [Progress OpenEdge ABL] Progress 4GL - how to remove a line break from a string?

Status
Not open for further replies.
B

Bharat

Guest
Can anyone help me on removing line break from a string? During csv file export it is creating 2 rows in a single cell. Kindly throw a lamp in the dark

Code:
 lvc_string = "|
               5678".

after removing the line break it should be

Code:
 lvc_string = "|5678".

Continue reading...
 
Status
Not open for further replies.
Top