Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Writing memo fields to a text file
Message
From
15/07/1999 16:54:10
 
 
To
15/07/1999 16:50:02
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00242000
Message ID:
00242004
Views:
35
Hi Joe,

>Any idea on how to write a FoxPro memo field to a text file?

Try something like:
lnHand=FCREATE('temp.txt)
FWRITE(lnHand, Table1.MemoFld)
FCLOSE(lnHand)
Previous
Reply
Map
View

Click here to load this message in the networking platform