Without Waiting
Bridger Maxwell
bridgeyman at gmail.com
Tue Jul 25 00:48:42 EDT 2006
Hey,
Is it possible to have two handlers, and to call the second handler from
within the first handler, and have the first handler keep executing without
waiting for the second handler to finish?
Example:
-------------------------------------------------------
on Handler1
Handler2 ---Call this handler, but don't wait for it to finish before
beeping
beep
end Handler1
on Handler2
doSomeStuffThatTakesALongTime
end Handler2
--------------------------------------------------------
Thank You
Bridger
More information about the use-livecode
mailing list