Implements operator to write to the array with the ( ) indexer operator.
This operator is to do syntax like myArray(5) = a which is equal to myArray.SetAt(5,a)Only Xojo 2010r4 and later support this operator.
ObjectArray Class