CoreClasses Xojo Plugin

ObjectDictionary.Operator_Subscript Method (console safe)

Implements operator to write to the dictionary with the ( ) indexer operator. This variation sets a item by a string key.

Operator_Subscript(
   key as String) as signs value as Object)

Parameters

key
Use this parameter to specify which item to or write to.

Returns

signs value as Object)

Remarks

Only REALbasic 2010r4 and later support this operator.

See Also

ObjectDictionary Class