Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to merge 2 texts files
Message
 
 
To
06/10/2004 08:38:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00949109
Message ID:
00949112
Views:
13
STRTOFILE( FILETOSTR("text1.txt"), "text3.txt")
STRTOFILE( FILETOSTR("text2.txt"), "text3.txt", .T.)
>Hello,
>
>How to merge the 1st text file with the second one ?
>
>text1.txt contains :
>
>aaaaaaaaaaaa
>bbbbbbbbbbbb
>
>text2.txt contains :
>
>ccccc
>eeeee
>
>to have text3.txt :
>
>aaaaaaaaaaaa
>bbbbbbbbbbbb
>ccccc
>eeeee
>
>with no space after ccccc at all.
>
>TIA
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform