CoreClasses Xojo Plugin

VariantArray.Operator_Redim Method (console safe)

Implements the Redim operator.

Operator_Redim(
   newSize as Integer)

Parameters

newSize
The new size of the array

Remarks

This operator allows you to use REALbasic Redim syntax to resize the array.

You can also use the other syntax, myArray.Resize(10)

Only REALbasic 2010r4 and later support this operator.

See Also

VariantArray Class