Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Output file with date&time stamp
Message
De
27/08/2004 08:46:26
 
 
À
25/08/2004 20:40:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00936444
Message ID:
00936939
Vues:
22
Since you only want an outputfile, you could leave out all the print-stuff and instead use:

lcFileName='c:\'+ttoc(datetime(),1)+'.txt'
list off to (lcFileName)
strtofile('date='+ttoc(datetime()),lcFileName,1) && ,1 to append to the list-file

making it more readable, and less depend on the windows printer.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform