Try this:

on mouseUp
 dispatch function "foo" to me with 1,2
 put the result
end mouseUp

function foo p1, p2
 return p1 + p2
end foo

_______________________________________________
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