Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append string to text file
Message
 
 
À
14/11/2001 23:34:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00581898
Message ID:
00581899
Vues:
18
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform