Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO file TYPE DELIMITED
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00465753
Message ID:
00465817
Views:
17
Just a little change to Kevin's code:
SELECT Table1
COPY TO Text1 TYPE DELIMTED

SELECT Table2
COPY TO Text2 TYPE DELIMTED

SELECT Table3
COPY TO Text3 TYPE DELIMTED

CLOSE DATA ALL

CREATE <b>CURSOR</b> Import (Temp M)

APPEND MEMO Temp FROM Text1
APPEND MEMO Temp FROM Text2
APPEND MEMO Temp FROM Text3

COPY MEMO Temp TO MyFile.Txt

USE IN Import
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform