I need an multi-dimensional array that can be acessed anywhere in the code, i’m trying to create as a property but I did’nt find how to do it anywhere.
To create an one-dimensional array in a property you can just name it name(), but as far as i understand, you cant add dimensions after it’s already created.
I tried to name it name(,) but it keep returning syntaxe error.
Even after reading this page i didnt figure out what i have to name the property to turn it into an multi-dimensional array, english is not my first and i must be missing something, do you have some tip ?