On Tue, Oct 25, 2016 at 12:28 PM, mwieder <ahsoftw...@sonic.net> wrote:

> That's the way the "send" command works. See the dictionary for details.
>
> If you "send" a command it's executed immediately, before anything else in
> the current handler.
> If you "send in time" it's executed *after* the current handler finishes.
>

*unless* there is an opportunity to execute it, such as (exclusively?)
"Wait with messages", at which point the message due is supposed to be
checked.

send in time is supposed to return a message queue id of the message,
meaning it's already supposed to, well,  be in the queue


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
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