The SetDimSizes function changes the dimension sizes of the current array.
Syntax
Array.SetDimSizes(
Integer i = -1,
Integer j = -1,
Integer k = -1)
Integer i = -1,
Integer j = -1,
Integer k = -1)
Parameters
| i | Size of the first dimension. | Optional |
|---|---|---|
| j | Size of the second dimension. | Optional |
| k | Size of the third dimension. | Optional |
Return value
The SetDimSizes function has no return values.
Example
myArray.SetDimSizes(10) // for an array of 2 dimensions