PythonScript Xojo Plugin
PythonDictionary.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
See Also
PythonDictionary Class