Name

SetDim —

Synopsis

void SetDim(newDim);
int newDim;

Description

Sets the dimension of the array to newDim adding or removing elements

Parameters

newDim

The new dimension of the array

See Also

method.array.Reset, method.array.Add, method.array.Delete

Note

Elements added are "undefined" until their initialization