Is there a shorter way?
Peter W A Wood
peterwawood at gmail.com
Thu Jul 2 00:52:11 EDT 2015
I’m accessing objects in another stack with code like this:
put "First Group" into Field "Company" of card "CompanyData" of stack "ShareAnalysis"
send textChanged to Field "Company" of card "CompanyData" of stack “ShareAnalysis"
Is there a shorter way of achieving this?
Even better, is there a way I can store a reference to the Field in a variable and use that instead of Field of Card of Stack?
Regards
Peter
More information about the use-livecode
mailing list