Posts: 12,272
Threads: 144
Joined: Dec 2002
Create a function, eg "TimerFunction" with this code:
int i
for i 0 1000000000
,str s=i
,OnScreenDisplay s 1 -1 -30 "" 15 0xff0000 2 "tim4924"
To stop it, you can use this code in another macro or function:
shutdown -6 0 "TimerFunction"