Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending text to a low-level text file
Message
De
13/12/2000 11:04:29
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00452846
Message ID:
00452860
Vues:
28
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform