Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return Character - Memo fields
Message
 
 
To
16/12/2002 14:02:18
Jolene Dicks
Human Resources Development Canada
St. John's, Newfoundland, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00733377
Message ID:
00733384
Views:
19
>How does one identify and remove return characters in a memo field?
>
>Thanks in advance.

Look for CHR(13) and CHR(10). You can use CHRTRAN(MemoName, CHR(13), []) and CHRTRAN(MemoName, CHR(10), []) to remove all of them. A CRLF is the combination of both these characters -- CHR(13) + CHR(10), so you would need to use STRTRAN() instead if you want to remove only this combination.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform