Starbucks_33
Active Member
- Joined
- Jun 16, 2008
- Messages
- 345
Hi,
I wanted to get the elapsed time for running my program. The problem was that the smallest units of time I could do was seconds. Is there a way to display how many mili seconds have elapsed?
To get the seconds I was just using.
Time_Run = Now
.... executes code
TimeElapsed = (60 * Minute(Now - Time_Run) + Second(Now - Time_Run))
But I wanted to get hundreths of a second?
Thanks
I wanted to get the elapsed time for running my program. The problem was that the smallest units of time I could do was seconds. Is there a way to display how many mili seconds have elapsed?
To get the seconds I was just using.
Time_Run = Now
.... executes code
TimeElapsed = (60 * Minute(Now - Time_Run) + Second(Now - Time_Run))
But I wanted to get hundreths of a second?
Thanks