Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying to a delimited
Message
 
 
To
24/09/2001 11:30:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00560023
Message ID:
00560028
Views:
22
>I am trying to copy a table to a text file delimited with with a ~ but without the quotes.
>copy fields ... to filename delim with chara "~" gives me this:
>"123"~"charge"~"113"
>
>I need 123~charge~113
>
>Thanks for any help,
>Eric

See FAQ#8016 for VFP 6 and earlier. In VFP 7 just use
COPY TO mytxt.txt DELIMITED WITH "" WITH CHARACTER "~"
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform