PythonScript Xojo Plugin
PythonDictionary.SetValue Method
(console safe)
Sets value in the dictionary by a string key.
SetValue(
key
as
String,
value
as
PythonEntityBase
)
Parameters
key
The key of the item to set.
value
The value to be set.
Remarks
See Also
PythonDictionary Class