CoreClasses Xojo Plugin

VariantCollection.Operator_Subscript Method (console safe)

Implements operator to read from the collection with the ( ) indexer operator. This variation fetches a item by a string key.

Operator_Subscript(
   key as String) as Variant

Parameters

key
Use this parameter to specify which item to or read from.

Returns

Variant

Remarks

Only REALbasic 2010r4 and later support this operator.

See Also

VariantCollection Class