Hello,
Can someone help me with my issue? I've been wasting so much time on this. Basically I want to have a list of objects and I want to call some specific methods of some specific objects.
E.g.
It should alert a number that presents the X position, but it is not working... the box does not even appear and no errors.Code:MsgBox(Instances(0).Position(0).ToString)
This is how I create the array of objects:
Any ideas how to get this to work?Code:Public Instances As Object()




Reply With Quote