PythonScript Xojo Plugin

PythonDictionary.ObjectValue Method (console safe)

Gets or sets a Object value with given string key. In this case then Object would be native Xojo object.

ObjectValue(
   key as String) as Object

ObjectValue(
   key as String
   assigns value as Object)

Parameters

key
The key of the item to set
value (assignment parameter)
The value to set

Returns

Object

Remarks

See Also

PythonDictionary Class