Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending text to a low-level text file
Message
From
13/12/2000 11:04:29
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00452846
Message ID:
00452860
Views:
27
Thanks so much! Works great!


>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform