(10-09-2024, 03:42 PM)Cobalt Wrote: Why not just throw anBecause break checking is being done in dozens of Sub/Functions and they cannot goto a line label in the main body of code.
Code: (Select All)in the loop.IF _EXIT THEN GOTO start
Why use an ON TIMER to begin with?
It's just easier to trap the break and/or use a flag..
btw: be careful because Ctrl-Break will also put Ctrl-C into Inkey$