Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combine two text files
Message
From
21/06/2012 12:05:20
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01546495
Message ID:
01546522
Views:
42
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")
>
Previous
Reply
Map
View

Click here to load this message in the networking platform