Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append two text files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00720465
Message ID:
00720470
Views:
8
yes indeed
cStringOfTheFile = FILETOSTR([yourSecondTxtFile.txt])
nBytesWritten    = STRTOFILE(cStringOfTheFile,[yourOtherTxtFile,txt],.T.)
note that STRTOFILE requires VFP6 or latter
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform