Hi, I’m reading on http://lessons.livecode.com/m/4071/l/11787-how-to-call-a-function-or-command-in-another-object
this: 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. These don’t work: put value(“getPageNumber (tID)", card "MITA" of stack "MITA") into tResult put value("getPageNumber" & (tID), card "MITA" of stack "MITA") into tResult What do I do? Peter Bogdanoff _______________________________________________ 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