Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending text to a low-level text file
Message
 
 
To
13/12/2000 10:52:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00452846
Message ID:
00452851
Views:
19
>Is there a way I can append text to an existing low-level text file (one that I've created with FCREATE and/or opened with FOPEN) without overwriting the text in it?
>
>Thanks in advance for your help.


Joe,
If you have file open with FOPEN than you can use FSEEK to move file pointer to the end of the file
FSEEK(nFileHandle, 0,2)
.

Or you can use FileToStr function with third parameter set to true.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform