>in my current project i was just using the "send" command to tell 
>the other controls what handler to run, but i realized that i needed 
>the controls to "return" whether they were successful or not..

You can also return values from message handlers, not just from 
functions. To access that, use the variable "the result" (without the 
quotes).

Also, I may be mixing up SuperCard and MC here, but there's a "via" 
keyword you can use to say:

  put myFunction() via cd btn 5 into var

and it will call the function of said name in the specified object.
-- 
Bye,
M. Uli Kusterer
------------------------------------------------------------
        "The Witnesses of TeachText are everywhere..."
               http://www.weblayout.com/witness

Reply via email to