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
reference an object over a long ID
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: reference an object over a long ID
Grüezi Fredi,
I just made little test and this works fine:
Hope that helps.
Best
Klaus
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
Best
Klaus
-
- Posts: 38
- Joined: Mon Jan 03, 2011 5:42 pm
Re: reference an object over a long ID
Thanks Klaus.