Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to merge 2 texts files
Message
 
 
À
06/10/2004 08:38:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00949109
Message ID:
00949112
Vues:
14
STRTOFILE( FILETOSTR("text1.txt"), "text3.txt")
STRTOFILE( FILETOSTR("text2.txt"), "text3.txt", .T.)
>Hello,
>
>How to merge the 1st text file with the second one ?
>
>text1.txt contains :
>
>aaaaaaaaaaaa
>bbbbbbbbbbbb
>
>text2.txt contains :
>
>ccccc
>eeeee
>
>to have text3.txt :
>
>aaaaaaaaaaaa
>bbbbbbbbbbbb
>ccccc
>eeeee
>
>with no space after ccccc at all.
>
>TIA
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform