Plasma Sun Aug 6 2006 at 1:27 pm I just did a test
And it works fine for me, using Windows XP SP2 Home. I can test your program if you'd like.
Here's the program I tested with:
CSInstallTimer
CSSetTimer 0, 5
i% = 0
DO
LOCATE 1,1
PRINT i&
CSWaitTimer 0
i& = i& + 1
LOOP UNTIL INKEY$ <> ""
CSRemoveTimer
|