Dict.Remove
Removes a key-value pair from a dictionary.
Syntaxโ
Dict.Remove *dictionary key_to_remove
Argumentsโ
| Name | Required | Type | Description |
|---|---|---|---|
dictionary | Yes | a reference to Dict object. | |
key to remove | Yes | Any value |
On a running serverโ
Use serhelp Dict.Remove to inspect the reference generated by your installed SER version.