SetDimSizes  Array

The SetDimSizes function changes the dimension sizes of the current array.

Syntax

Array.SetDimSizes(
     Integer i = -1,
     Integer j = -1,
     Integer k = -1)

Parameters

iSize of the first dimension.Optional
jSize of the second dimension.Optional
kSize of the third dimension.Optional

Return value

The SetDimSizes function has no return values.

Example

myArray.SetDimSizes(10) // for an array of 2 dimensions
SECCIA Documentation - Copyright © 2001-2011 Sylvain Seccia