Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loops and timers
#7
Well, it's possible to loop with a timer, just not practical.

Could set the interval to 1000 (1 second) and then in the timer code do:

Code:
a as long

a = a + 1

if a = 60 then ' 1 minute
do stuff
end if

I used to do that, when I first started and didn't fully understand how to use loops and stuff.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)