Hi Folks,
New to programming, so excuse if this is simple !
I want to be able to have a multi-dimensional array which is defined by the user. i.e. they input the number of dimensions used e.g. 1,2,3 or 4, and also input the size of the array e.g. 10 rows, 20 columns etc.
I see from the 'help' that it is explained that dynamic arrays are catered for by assigning a constant to it, which kind of defeats the point !!!!
Any ideas ?
Thanks in advance
New to programming, so excuse if this is simple !
I want to be able to have a multi-dimensional array which is defined by the user. i.e. they input the number of dimensions used e.g. 1,2,3 or 4, and also input the size of the array e.g. 10 rows, 20 columns etc.
I see from the 'help' that it is explained that dynamic arrays are catered for by assigning a constant to it, which kind of defeats the point !!!!
Any ideas ?
Thanks in advance