Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Erase tmp.txt
Message
De
16/10/2014 00:46:20
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01609499
Message ID:
01609502
Vues:
40
>I was confused by the function of the number at the end of the following code
>
>lcText = "This is my text"
>=STRTOFILE(lcText,'TMP.txt',1)
>
>The 1 retains what is already in the TMP.txt file so that the new text is added to what is already in the TMP.txt text.
>I just discovered that using 0 instead will write the TMP.txt anew effectively erasing the existing TMP.txt
>.... which is what I was after. Sorry the posting was a bit confused - many thanks for your suggestions.
>
>k
>
Well, yes, that was a other problem. :)

Yepp STRTOFILE(,,1) appends, while 0 or no third parameter overwrites.

Lutz
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform