[REBOL] Re: Interrupt long time run
From: greggirwin:mindspring at: 16-Apr-2002 19:21
<< I've a program under VID that executes a lot of calculations.
...I would like to stop these loops at any time.
...Second solution (prefered) : a stop button that, when pressed, will stop
the loops.
But the click event will not be immediatly recognized, while the loops are
running.
What is the solution? >>
Do you have any WAIT statements inside your loops to give other things a
chance to process? That should do it.
--Gregg