03-07-2007, 04:43 PM
Code:
dim currenttick, nexttick, elapsed as long 'variables we are using
currenttick = gettickcount 'currenttick is now saved as the time this line was executed
'CODE GOES HERE ROFL
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
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?