Merge two files together
Here is an easy way to merge two files together using the Command feature.
| =strtofile(filetostr("c:\file2.txt"),"c:\file1.txt",.T.) |
This command adds file2 to the end of file1.
Here is an easy way to merge two files together using the Command feature.
| =strtofile(filetostr("c:\file2.txt"),"c:\file1.txt",.T.) |
This command adds file2 to the end of file1.
S.S., Allegheny, PAThanks very much for your help. As always, you guys have the best tech support I have ever run into.