Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying to a delimited
Message
From
24/09/2001 12:02:31
 
 
To
24/09/2001 11:30:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00560023
Message ID:
00560044
Views:
16
>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

You can also use FILETOSTR() to read the output of COPY TO into a text var, STRTRAN() (remove the quotes) and finally STRTOFILE() to write the file without the quotes.
Previous
Reply
Map
View

Click here to load this message in the networking platform