Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Timer
Miscellaneous
Thread ID:
00087444
Message ID:
00087445
Views:
27
>What is the best way to figure out the elapsed time of a piece of code to execute?

nSec1=seconds()
*** run code here
nSec2=seconds()
=messagebox(allt(str(nSec2-nSec1))+" seconds elapsed")
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform