access variable array from outside the class

I need to access a variable array from outside a class. I don’t want to use Static variable since I will have many instances of that class.
It works well with variables not been array if I declare them public. But it doesn’t work with arrays…

any idea?

Can’t see what I did wrong yesterday night but now it works fine. Thanks anyway!