On Wed, Aug 23, 2017 at 9:59 AM, Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Whaaaa??? So send would but dispatch won't?
>

That is correct, as long as you aren’t using `in time` with `send`. The
following script won’t cause an error until the last `send`:

on mouseUp
  send "NotThere" to me in 0 seconds
  dispatch "NotThere" to me
  send "NotThere" to me
end mouseUp

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to