 Clean string of lines Paula Paula 08/17/2007 10:50 AM Domino Designer -- LotusScript 4.6.5c All Platforms
Hi,
I was wondering if anyone knows how to clean up the lines in the following string:
"
DESKTOP
DELL MODEL XYZ"
At the end I need to have "DESKTOP DELL MODEL XYZ"
I tried replacing chr(13) and chr(10) characters with "*", but instead of getting rid of the lines, I get:
"*
*DESKTOP
*DELL MODEL XYZ"
Would appreciate any hints on this. Thanks a lot.
Go back |