N
needhelp
thanks to Par Jessen I can now populate my arrays (previous
question)... however i have another issue with another array.
The array is dynamic (single dimension).
Each array element is the count of cells
e.g.
numpkfrows(1) = 216
numpkfrows(2) = 219
numpkfrows(3) = 216
....numpkfrows(n)
i now need to determine if all of the values of the array elements are
the same (so in the above example I would want an error thrown).
(hope this makes sense)
What would be the easiest way to compare all of the elements within
the array?
Cheers
Julie
question)... however i have another issue with another array.
The array is dynamic (single dimension).
Each array element is the count of cells
e.g.
numpkfrows(1) = 216
numpkfrows(2) = 219
numpkfrows(3) = 216
....numpkfrows(n)
i now need to determine if all of the values of the array elements are
the same (so in the above example I would want an error thrown).
(hope this makes sense)
What would be the easiest way to compare all of the elements within
the array?
Cheers
Julie