Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetTickCount
#5
so key this
Code:
dim currenttick, nexttick, elapsed as long 'variables we are using

currenttick = gettickcount 'currenttick is now saved as the time this line was executed
before anything that you want to use GetTickCount and
Code:
nexttick = gettickcount 'same as above

elapsed = nexttick - currenttick 'the elapsed time is the time recorded after the code minus the time recorded before the code
at the end of the code?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)