Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combine two text files
Message
From
21/06/2012 03:07:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Combine two text files
Miscellaneous
Thread ID:
01546495
Message ID:
01546495
Views:
74
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)
Next
Reply
Map
View

Click here to load this message in the networking platform