Skip to main content

Dict.Remove

Removes a key-value pair from a dictionary.

Syntaxโ€‹

Dict.Remove *dictionary key_to_remove

Argumentsโ€‹

NameRequiredTypeDescription
dictionaryYesa reference to Dict object.
key to removeYesAny value

On a running serverโ€‹

Use serhelp Dict.Remove to inspect the reference generated by your installed SER version.