Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting CRLF
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01190708
Message ID:
01190709
Views:
17
I prefer to #DEFINE the CRLF like below...

#DEFINE CRLF CHR(13) + CHR(10)

lcOutStr = STRTRAN(lcOutStr, CRLF, SPACE(0))



>I have a bunch of CRLFs in my memo fields. I know I can use the strtrans() function to replace them with blanks. Can someone tell me what the actual function might look like?
>
>Thanks in Advance...
Previous
Reply
Map
View

Click here to load this message in the networking platform