Guest_imported
New member
- Jan 1, 1970
- 0
ya, hiya allz...how do I make a timer for a do/loop routine?
I tried this, but seems a lil too much....
LET zz$ = TIME$
DO
LET yy$ = TIME$
LOOP UNTIL yy$ = zz$ + "10" '<= no. of seconds
somethin like that....and SLEEP-no go either, man Ive tried it all....any suggestions?