PantsOn #1 HiHow do I set up a dynamic multi dimensional array..ie data:int[3,4,5], now needs to become data:int[4,4,5] on the fly?
Schragnasher #3 has to be local data[,,] sets an empty multidim array then just set it equal to whatever you want.
Perturbatio #4 an alternative, if you want to preserve the data in the array is to use a jagged array