Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Output file with date&time stamp
Message
From
27/08/2004 08:46:26
 
 
To
25/08/2004 20:40:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00936444
Message ID:
00936939
Views:
23
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform