Hello, I have a problem that i can't find the solution on any google posts.
I am trying to automatically number some (different) objects.
example: fire detection: detectors, switches, alarms on multiples loops. I am thinking on one object(count object) that has an array (2 dimensions - 1 for the loop and 1 for the address) that remembers the GUID of each object. Can i access the array of the count object from the new object? how can I access the parameters of other object?
Thank you