Implements the Redim operator.
This operator allows you to use Xojo Redim syntax to resize the array.You can also use the other syntax, myArray.Resize(10)Only Xojo 2010r4 and later support this operator.
ObjectArray Class