Skip to main content

Dict.Add

Adds a key-value pair to a dictionary.

Syntaxโ€‹

Dict.Add *dictionary key value

Argumentsโ€‹

NameRequiredTypeDescription
dictionaryYesa reference to Dict object.
keyYesAny value
valueYesAny value

On a running serverโ€‹

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