Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding a tab delimited ascii file
Message
 
To
11/10/2000 14:46:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00427991
Message ID:
00428010
Views:
20
I may be over simplifying but if you have the data in a cursor or dbf you could use:
COPY FIELDS cust, address, city TO FileName DELIMITED WITH TAB


>I'm in the process of building a ascii file to import in Quickbooks.
>Problem: I can't not find how to make the tab delimited file. For ease I was using the set printer to "file". Then using the line below:
>
>@ 0,0 say "cust";tab;"address";tab;"city"
>
>This is not the correct syntex for the tab in the line. I'm a thinking about chr(??) would insert the tab in the file.
>
>Which would be the best??
>
>Thanks
>Terry Fish
Everything we see or seems
Is but a dream within a dream
- Edgar Allen Poe
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform