I think he means that if you have two arguments, one passed by reference and you only provide one argument, it throws an error.
Bob S On Nov 22, 2014, at 22:01 , [email protected]<mailto:[email protected]> wrote: Richard. Not sure what you mean. In this (variant from the user guide example): on mouseUp put 8 into someVariable put 5 into someOtherVariable setVariable someVariable,someOtherVariable answer "someVariable is now:" && someVariable end mouseUp on setVariable @incomingVar,@someOtherVariable add 1 to incomingVar end setVariable The variable someOtherVariable is not explicitly handled. Obviously I am missing your point. Where is your handler failing? Craig _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
