Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Concatenation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00196434
Message ID:
00196456
Vues:
35
Thank you Ken,

I missed this in the 'whats new' documentation.


Hi Mike,

If you're using VFP 6, this is quite simple to do using the FileToStr and StrToFile commands:


StrToFile(FileToStr('c:\file1.txt') + FileToStr('c:\file2.txt') , 'c:\file3.txt')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform