Multi-Dimensional Array
as an example, if i have an array:
Arr(0 to 5, 0 to 4, 0 to 10, 0 to 7)
i can only increase the last dimension.
if i want to dynamically dimension the 1st three, how do i do that? can a UDF function be written which can be passed a multi-dimensional array which will dynamically increase any of its dimensions?
Arr(0 to 20, 0 to 10, 0 to 15, 0 to 7)
|