Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combine two text files
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Combine two text files
Divers
Thread ID:
01546495
Message ID:
01546495
Vues:
75
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)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform