Hello everyone, I was a ghost guess user for some times and I'm now a new and shiny registered user with a name. Today is the day of my first topic on this friendly forum.
As my subject title state, I'm trying to pass an instance to a function.
I did make an example of what I'm doing:preStart2.capx
I want to make a function I can reuse in different layouts. (that is the point of a function, right?) I want to pass an instance(three in my case) of an object to the function so I can do stuff with this specific instance. The instance will not always be from the same object but they can be from the same family. The instance will be create at the beginning of the layout so it is not generated dynamically. I know already which object will use the function.
I've already read about IID and UID:
Those references I found are not what I want or maybe I did not understood what IID, UID and function can do for me.
Hope I give enough details for you users.
Thanks you to take a look at this.