Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Action time
Message
From
02/01/2003 02:28:14
 
 
To
02/01/2003 02:18:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00737184
Message ID:
00737253
Views:
21
Chaim

Sorry but you are correct. Dave's code was not quite right. You should use the following which will show you the number of seconds elapsed.
lnStart = datetime()
=inkey(2)
lcElapsed = transform( datetime() - lnStart )  && changed here
Messagebox( "Your operation done in " + lcElapsed + " seconds!" )
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform