Documentation on Dispatch
Monte Goulding
monte at appisle.net
Tue Jan 10 18:10:48 EST 2017
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
More information about the use-livecode
mailing list