Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting data from a memo file to an ASCII FILE
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00315643
Message ID:
00315667
Views:
20
Ahem...in the department of amplification and correction:

The syntax is:

COPY MEMO memo field name TO file name ADDITIVE

If you use the ADDITIVE keyword, the act of copying doesn't blow away the original file, so that each subsequent COPY adds to the file.

Example: COPY MEMO mDescription TO fCatalog.txt

It appears that if you have multiple memo fields in a single record, you have to issue a separate copy command for each of them.

-- Larry
-- Larry Keyes
Remember only You can prevent Gray Goo. Never release nanobot assembers without replication limiting code.
Previous
Reply
Map
View

Click here to load this message in the networking platform