ObjectCollection.Operator_Subscript Method (console safe)
Implements operator to write to the collection with the ( ) indexer operator. This variation sets a item by a integer index.

Operator_Subscript(
index
as Integer,
assigns value
as Object)
Parameters
- index
- Use this parameter to specify which item to or write to.
- value (assign parameter)
- The value to set
Remarks
Only REALbasic 2010r4 and later support this operator.
See Also
ObjectCollection Class