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" <bobsnei...@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?



_______________________________________________
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