Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating and saving multiple texts
Message
From
23/05/2010 17:16:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Creating and saving multiple texts
Miscellaneous
Thread ID:
01465655
Message ID:
01465655
Views:
132
combining text files into one composite text file is not a problem - below seems to work.
However i am having difficulty saving the result - maybe i'm standing too close and missing the obvious.
i would like to save etext2 in c:/mydirectory as a new text3.txt
any suggestions will be appreciated:
etext0=FILETOSTR("c:\mytext\words1.txt")
etext1=FILETOSTR('c:\mytext\words2.txt')
etext2="Words of etext0"+CHR(13)+etext1+CHR(13)+"_______________________"+CHR(13)+"words of etext2:"+CHR(13)+etext1 
thanks
k
Next
Reply
Map
View

Click here to load this message in the networking platform