Finally found one.
J. Landman Gay
jacque at hyperactivesw.com
Tue Oct 2 22:21:54 EDT 2012
On 10/2/12 7:49 PM, dunbarx at aol.com wrote:
> Does the existence of a pending message block a new call to that very
> handler from another source? The stop works if the code runs as
> shown. It fails if the repeat construct is commented out. That is
> what I am trying to understand.
The exit to top will abort the current handler and all of the handlers
that called the current one (basically everything that's currently
running.) Pending messages aren't running yet so there is nothing to
abort there. As soon as the abort happens, the waiting pending message
fires and the showRandoms handler starts up again.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list