Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to Delim
Message
 
 
To
26/02/2000 22:51:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00337856
Message ID:
00338154
Views:
17
>If outputting just character fields,
SELECT field1+CHR(9), field2+CHR(9), field3 ;
>FROM table INTO CURSOR temp
>COPY TO FileName TYPE SDF
>
>If non-character must be output,
SELECT TRANSFORM(field1)+CHR(9), ....
Easy and should execute the fastest.
Excellent :)
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform