Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combine two text files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01546495
Message ID:
01546522
Vues:
43
thanks borislav i see i forgot the filetostr's in the middle.
k
>>i would like to combine two text files and display as one.
>>i am certain the key is strtofile but can't seem to get the right syntax to work.
>>thanks K
>>
>>
>>m1.txt + m2.txt = m3.txt
>>
>>#DEFINE SW_SHOWNORMAL       2
>>lcUrl = "m3.txt"
>>oShell = Createobject("wscript.shell")
>>oShell.Run(lcUrl)
>>
>
>
>STRTOFILE(FILETOSTR("m1.txt")+FILETOSTR("m2.txt"),"m3.txt")
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform