Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove blank line in memo field
Message
 
 
To
10/03/2009 10:12:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01386885
Message ID:
01386887
Views:
87
Try
ccCrLf = CHR(13) + CHR(10)
STRTRAN(mymemo, ccCrLf+ccCrLf, ccCrLf)
>I need to find a way to remove blank lines from a memo field.
>
>For example, I have the following:
>
>Line 1 Text
>Line 2 Text
>
>Line 4 Text
>
>
>What I need is the following:
>
>Line1 Text
>Line2 Text
>Line4 Text
>
>
>Can someone please suggest an efficient way to do this?
>
>Thanks!
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform