Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting carriage return in memo field
Message
 
To
31/07/1998 15:15:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00123123
Message ID:
00123166
Views:
21
Chris,

You can lcVar = ChrTran(Memofiled,CHR(13)+CHR(10),"/n")

to remove the CR LF pairs. Don't forget to also check for lone CR's with;

lcVar = ChrTran(lcVar,CHR(13),"/N")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform