Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dumping info to a text file
Message
De
12/01/2000 08:02:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00316550
Message ID:
00316843
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform