"send" vs "dispatch"

Geoff Canyon gcanyon at gmail.com
Fri Oct 5 21:31:03 EDT 2018


If you have multiple parameters, dispatch is easier, cleaner, and safer. So
even if I don't have parameters, unless I need a time delay I use dispatch.
Also, you can use dispatch function to call functions.

gc

On Fri, Oct 5, 2018 at 3:16 PM Peter Bogdanoff via use-livecode <
use-livecode at lists.runrev.com> wrote:

> I’m finding it’s best to do this when you “send” and have a parameter:
>
> send “test ha” to button 1
>
>
> Peter Bogdanoff
> ArtsInteractive
>



More information about the use-livecode mailing list