PythonScript Xojo Plugin
PythonDictionary.SetValue Method
(console safe)
Sets value in the dictionary by a key.
SetValue(
key
as
PythonEntityBase
,
value
as
PythonEntityBase
)
Parameters
key
The key of the item to set. The key must be of Python type that is Hash-able.
value
The value to be set.
Remarks
See Also
PythonDictionary Class