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