CoreClasses Xojo Plugin

ObjectArray.Resize Method (console safe)

Use this method to resize the array.

Resize(
   NewCount as Integer)

Parameters

NewCount
Use this parameter to specify the new size of the array.

Remarks

See Also

ObjectArray Class