Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dumping info to a text file
Message
From
12/01/2000 08:02:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00316550
Message ID:
00316843
Views:
14
Well here is my 2 cents on this issue. It looks as though you already have several options. I guess this is the real beauty about programming. There always seems to be another way to accomplish the task.


here is mine.

set alternate to "filename.txt"
set alternate on
SELECT table
GO TOP
? "<'"3A"'>><<','>><<'000000'>><<','>><<'0000'>> etc etc"
? "<<'"3B"'>><<','>><<'000000'>><<','>><<'0000'"'>> etc etc"
DO WHILE .NOT. EOF()
? "<>"
SKIP
ENDDO
set alternate to
set alternate off
return



I hope this works for you. Let me know if it worked for you.



Thanks

Scott - vfp_info@cspstudios.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform