Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Action time
Message
From
02/01/2003 02:05:35
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00737184
Message ID:
00737248
Views:
22
Thank you
I have two problems, I get only integer of the seconds (not miliseconds), the second is that I used to run big operations in the nighte, I will have a problem that the end date will be belong to the next date (I can build a complex function to resolve it but it's not simple).
Any way thank you again
Here is your code:
lnStart = seconds()
create cursor test (id i)
for i =1 to 2500000
insert into test value (i)
endfor
lnElapsed = seconds() - lnStart
Messagebox( "Elapsed time:" + alltrim(str(lnElapsed))+' seconds!')
àí àúä îöìéç ì÷øåà òáøéú
àæ úåãä, åùéäéä ìê éåí ðòéí
çééí
Thank you
Chaim
Previous
Reply
Map
View

Click here to load this message in the networking platform