Python3Script Xojo Plugin |
|
Python3Dictionary.SetValue Method
Sets value in the dictionary by a key.
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
Python3Dictionary Class