I'm pretty sure PAUSE messes up the timer routines.
I think you're supposed to use FOR loops instead.
Robert
EDIT: Something like:
Code:for loop = 1 to 500 pause 1 next loop
I'm pretty sure PAUSE messes up the timer routines.
I think you're supposed to use FOR loops instead.
Robert
EDIT: Something like:
Code:for loop = 1 to 500 pause 1 next loop
Bookmarks