calling a remote function..

Ken Ray kray at sonsothunder.com
Fri Jan 19 11:50:13 EST 2007


On Fri, 19 Jan 2007 09:50:31 -0600, Chipp Walters wrote:
> Ding ding. You win the prize.
> 
> answer value("foo(" & q(param1) & comma & q(param2) & ")", btn "bar")

Boy, I long for the simplicity that SuperCard uses to do this kind of 
thing. They have a "via" keyword that lets you point to the object who 
should be processing the function. In SuperCard, this would be:

  answer foo(param1,param2) via btn "bar"

Soooo much easier...

Ken Ray
Sons of Thunder Software, Inc.
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/



More information about the use-livecode mailing list