Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Action time
Message
 
 
To
01/01/2003 12:30:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00737184
Message ID:
00737209
Views:
19
Chaim,
lnStart = datetime()
* run process here
lnElapsed = datetime() - lnStart
lcElapsed = ttoc( {^2001-1-1} + lnElapsed, 2 )
Messagebox( "Elapsed time:" + lcElapsed )
>I want to get a message box after the action done (for example if pressed key on command button to do something) how long time it's took to the computer to do the action.
>I can get the datetime in the begining and and in the end with veriables, but how can i reducing this from this?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform