Call a function on another card

Paul Hibbert paul at livecode.org
Thu Feb 23 17:07:32 EST 2017


> On Feb 23, 2017, at 12:32 PM, Peter Bogdanoff via use-livecode <use-livecode at lists.runrev.com <mailto:use-livecode at lists.runrev.com>> wrote:
> 
> put value("myFunction(hello, world)", group "myGroup" of card "myCard") into tResult
> 
> I want to use a variable as a parameter instead of “hello, world” as in the page example.

You could try:

put value(“myFunction(“ & myVar & ")", group "myGroup" of card "myCard") into tResult

Paul






More information about the use-livecode mailing list