Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00814380
Message ID:
00814382
Views:
9
>COPY TO c:\temp\output.txt TYPE DELI WITH CHARACTER TAB
>
>This is the command I use. Is there a way to avoid the " " around character fields?

In VFP7 and later.
COPY TO output.txt TYPE DELIMITED WITH "" WITH CHARACTER TAB
--sb--
Previous
Next
Reply
Map
View