RE: Multi-Dimensional Array Question Cesar Mugnatto 30.Jun.05 08:03 PM a Web browser Domino Designer -- LotusScript 5.0.6aAll Platforms
From designer help:
Arrays can have up to 8 dimensions. The first ReDim statement for an array sets the number of dimensions for the array. Subsequent ReDim statements for the array can change the upper and lower bounds for each dimension, but not the number of dimensions.