Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to Test.TXT type SDF
Message
De
30/07/2006 22:05:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01141696
Message ID:
01141710
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>I am using Copy to Test.TXT type SDF to send data of two tables to a text file
>
>I want to do it in additve mode but it overwrites the file
>Is there a way to do it using copy or other command ?

Moises

Use strtofile and filetostr as follows.
Select  afile

Copy To xxxx.txt Type Sdf

lc_text = Filetostr('xxx.txt')

Strtofile(lc_text,'test.txt',1)

then do the same next table
Both tables will in test.txt when you are finished.

Gaylen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform