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.

Code:
MsgBox(Instances(0).Position(0).ToString)
It should alert a number that presents the X position, but it is not working... the box does not even appear and no errors.

This is how I create the array of objects:

Code:
Public Instances As Object()
Any ideas how to get this to work?