Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you concatenate two text files using VFP?
Message
De
30/06/2007 20:21:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How do you concatenate two text files using VFP?
Divers
Thread ID:
01237015
Message ID:
01237015
Vues:
79
What is the easiest way in VFP to concatenate two text files together? For instance, I would like to combine files: ABC.txt with file DEF.txt into a third file.

File ABC.TXT =
A data
B data
C data

File DEF.TXT =
D data
E data
F data

The result file should contain ...
A data
B data
C data
D data
E data
F data

I've used the DOS !COPY ABC.TXT+DEF.TXT command but this is clunky.

Thanks,
Robert
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform