|
-
November 6th, 1998, 06:48 PM
#2
Time elapsed
Anyone know how I can get the time elapsed of a application? I wanna know how long something took to run. I tried:
Dim time1, time2, TimeElapsed
time1 = time$
'Application runs here
time2 = time$
TimeElapsed = (time2-time1)
Any idea why its not working, and now I can get it to work? thanks 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|