Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Action time
Message
From
02/01/2003 01:45:02
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00737184
Message ID:
00737247
Views:
27
Sorry,
I want to get a messgebox for example: 'Your operation done in 147 seconds!'.
Please run your following code, and you will not get the time elapsed only other thing
Here is your code:
lnStart = datetime()
create cursor test (id i)
for i =1 to 700000
insert into test value (i)
endfor
lnElapsed = datetime() - lnStart
lcElapsed = ttoc( {^2001-1-1} + lnElapsed, 2 )
Messagebox( "Elapsed time:" + lcElapsed)
Thank you
Chaim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform