Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to strip out trailing blanks/CR/LFs from a stri
Message
 
 
To
19/07/2004 11:30:36
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00925773
Message ID:
00925781
Views:
21
It'll remove CHR(13) and CHR(10) from everywhere in the string not just at the end.

>
>How about this?
>
>
m.cString = ALLTRIM(CHRTRAN(m.cString,CHR(13)+CHR(10),""))
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform