> Silly question perhaps, but are there any CONTINUE or EXIT statements > in the parts you left out?
No, but think about it: even if there were, it could only SLOW DOWN not SPEED UP the interval between executions of CRT TIMEDATE(). If you look at the line numbers, you'll see that there are no statements missing between line 438 thru 450, then looping back to 151,152. I verified using VLISTt that 450's REPEAT really loops back to 151's LOOP. The only other way would be if there were other lines somewhere else in the program that could be producing that output, but nope: ----: t Top. ----: c/loop top/loop top/2222222 0152: CRT ; CRT TIMEDATE():' loop top.' ; * 2/08 DBG CDS Bottom at line 1017. ----: t Top. ----: c/Sleeping for/Sleeping for/222222 0439: CRT @(10,20):"Sleeping for ":LOOP.TMR:" seconds ... zzzz": Bottom at line 1017. ----: How does: CRT TIMEDATE() SLEEP 60 CRT TIMEDATE() execute in 53 seconds? Adding other code in between doesn't help. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
