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: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to