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

See Also

Python3Dictionary Class