Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import from a CSV
Message
From
31/01/2007 14:13:28
 
 
To
31/01/2007 08:43:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01190812
Message ID:
01191059
Views:
9
The STRTRAN would be like
STRTRAN(thetext, CHR(13)+CHR(10), CHR(13))
to get rid of the line feed.

Or maybe
STRTRAN(text, CHR(13)+CHR(10)+CHR(13)+CHR(10), CHR(13))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform