| Python3Script Xojo Plugin |
|
Python3Dictionary.Remove Method (console safe)
Removes item from the dictionary by a given string key.

Remove(
key
as String)
Parameters
- key
- The key of the item to be removed.
Remarks
This method can throw Python3Exception.
See Also
Python3Dictionary Class