Send and the context
Scott Rossi
scott at tactilemedia.com
Thu Feb 6 02:50:21 EST 2014
One reason is because "send" can be time delayed, while dispatch cannot.
And you can pass arguments using send:
[ button script ]
send "answerIt bob,debbie,judy" to this cd
[ card script ]
on answerIt arg1, arg2, arg3
answer arg1 && arg2 && arg3
end answerIt
Regards,
Scott Rossi
Creative Director
Tactile Media, UX/UI Design
On 2/5/14 9:00 PM, "Bob Sneidar" <bobsneidar at iotecdigital.com> wrote:
>If both SEND and DISPATCH produce the same results in regard to the
>current context, then why not ALWAYS use DISPATCH seeing that you can
>pass arguments with DISPATCH?
More information about the use-livecode
mailing list