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