is it possible to store arrays within a 2D Array?
var arr : Array [,] = new Array [,];
something like that I guess but I’m not sure how to add arrays or access it.
is it possible to store arrays within a 2D Array?
var arr : Array [,] = new Array [,];
something like that I guess but I’m not sure how to add arrays or access it.
Search for multidimensional arrays, been asked many times