Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting memo field to text file but
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01167649
Message ID:
01167651
Views:
6
>I am converting a memo field to a text file
>
>The memo field contains
>
>Hello Colin
>
>Hope you are well
>
>Colin
>
>Using the strtofile command I get
>
>Hello Colin Hope you are well Colin
>
>How can I get the line breaks?
>
>Thanks
>
>Colin

STRTOFILE() does not change the contents: it copies it as is to the file.
Check whether memo field contains the proper chr(13)+chr(10) line breakes, and whether the file editor (where you review the file contents) represents line breaks properly.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform