Skip to main content

Dict.Get

Gets a value associated with a key from a dictionary.

Syntax​

Dict.Get *dictionary key

Returns​

unknown value

Arguments​

NameRequiredTypeDescription
dictionaryYesa reference to Dict object.
keyYesAny value

Possible errors​

  • There is no key with the given name in the dictionary.

On a running server​

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