I've an array mu(MAX_1,MAX_2) where MAX_1=100,MAX_2=7
However once I've assigned calculations to it it may turn out that the first index is 2 and the second is 5.
How do I redim preserve such an array? If I leave it it just prints out about 700 zeros, and I know that you can only redim preserve the second index in a 2-dim array.
Thanks
D.
However once I've assigned calculations to it it may turn out that the first index is 2 and the second is 5.
How do I redim preserve such an array? If I leave it it just prints out about 700 zeros, and I know that you can only redim preserve the second index in a 2-dim array.
Thanks
D.