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?