Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to
Message
From
18/02/2004 17:17:34
 
 
To
18/02/2004 17:01:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00878524
Message ID:
00878535
Views:
16
>I'm using copy to xxx.txt delimited with tab to create a tab delimited tab. I get tabs but also quote mark around each field. How can I get rid of the quote marks. VFP8
>
>Thanks
>Gaylen

For the CHARACTER you put a tab, chr(9) between the quotes you should get what you want.
COPY TO DELME.TXT DELIMITED WITH "" WITH CHARACTER "	"
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Reply
Map
View

Click here to load this message in the networking platform