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 , dunb...@aol.com<mailto:dunb...@aol.com> 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
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