How to init multidimensions arrays?
BlitzMax Forums/BlitzMax Beginners Area/How to init multidimensions arrays? Tnx Perturbatio, for trying to help, but this is not what I've ask.
I want to know how to initialize multidimensional array like as simple arrays (see first sample). Or this impossible?
I want to know how to initialize multidimensional array like as simple arrays (see first sample). Or this impossible?
Tnx Perturbatio, for trying to help, but this is not what I've ask.
I want to know how to initialize multidimensional array like as simple arrays (see first sample). Or this impossible?
I want to know how to initialize multidimensional array like as simple arrays (see first sample). Or this impossible?
I would think that was obvious from the posts in that thread... anyways, try arrays of arrays in stead.
Local a[][] = [[1,1],[2,2]]
TY
Umm... sorry posted a link to the wrong thing, I was looking at many threads regarding multi-dimensional arrays, obviously I copied the wrong one.