Notifications
Clear all
[Closed] evaluate objectname in controller
Dec 14, 2012 9:15 am
Is there a way to evaluate, within a script or expression controller, the name of the object that holds that controller?
E.g if the objectname is “1” the evaluation would be 1 as integer or 1.0 as float. When the object is copied and renamed to “2”
the evaluation would be 2 or 2.0 respectively.