Forum Navigation
You need to log in to create posts and topics.

exiting stuck loops

Posted by: wfurman <wfurman@...>

M Goodes wrote:

> DO
> ...code that could result in an infinite loop if given an improper
>value...
> UNTIL condition OR MOUSE(_DOWN)
>It turns out the MOUSE(_DOWN) keeps getting triggered.

Why not use TRON X if timimg isn't an issue? Then you can cmd[.] to exit.

- Warren