I have a 4 D array.
array of array of array of array of double;
when I declare my array the maximum space I can set it to is. 100
SetLength(FourParms, 100, 100, 100, 100);
How can I increase the size?
Thanks
Users browsing this forum: No registered users and 21 guests