CoreClasses Xojo Plugin

IArray.Operator_Redim Method (console safe)

Implements the Redim operator.

Operator_Redim(
   newSize as Integer)

Parameters

newSize
The new size of the array

Remarks

Only REALbasic 2010r4 and later support this operator.

See Also

IArray Interface