Page 1 of 1

reference an object over a long ID

Posted: Fri Jan 07, 2011 2:47 pm
by fredigertsch
Hi there
I save the long ID of an object in a variable. How can I acces to a property from this object over the long ID in the saved variable?? Thanks for help.

Best, Fredi

Re: reference an object over a long ID

Posted: Fri Jan 07, 2011 3:19 pm
by Klaus
Grüezi Fredi,

I just made little test and this works fine:

Code: Select all

on mouseUp
  put the long ID of fld 1 into tFld
  answer the text of tFld
end mouseUp
Hope that helps.


Best

Klaus

Re: reference an object over a long ID

Posted: Fri Jan 07, 2011 3:36 pm
by fredigertsch
Thanks Klaus.