Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO ascii file delimited with blank and no quotes
Message
 
To
19/06/1998 11:38:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00109925
Message ID:
00109982
Views:
39
You mentioned variable length... Do you mean you will only be copying certain fields per record, or just that you want allt() of the fields... If you want allt() of the fields with a single blank space between them, try
set heading off
list off noconsole to mytext.txt fields;
  allt( fld1 ) + " "+ allt( fld2 )+" "+ allt( fld3 )+" ", ... ... ..
This should do what you are looking for...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform