10 Matrix Operations

Redimensioning Arrays

Many matrix array operations allow the working size of the array to be changed prior to the actual execution of the operation. This is done when redimensioning subscripts are included in the syntax. Arrays may also be redimensioned by the REDIM statement which is described in page 73 .

There are two things to remember when redimensioning an array--the number of dimensions cannot change and the number of elements in the redimensioned array must be less than or equal to the number of elements in the original size.


Eloquence Language Manual - 19 DEC 2002