Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combine two text files
Message
 
To
21/06/2012 03:07:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01546495
Message ID:
01546496
Views:
81
This message has been marked as the solution to the initial question of the thread.
>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")
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform