Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append string to text file
Message
 
 
To
14/11/2001 23:34:06
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00581898
Message ID:
00581899
Views:
17
>Dear All,
>
>how to append a string to a text file without overwrite existing data?
>

You can do this using strtofile() function or low-level functions FOPEN(), FSEEK(), FWRITE()/FPUTS().
lcNewStr = "..."
lcFileName = "myfile.txt"
Strtofile( lcNewStr, lcFileName, .t.)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform