Dict.Get
Gets a value associated with a key from a dictionary.
Syntax
Dict.Get *dictionary key
Returns
unknown value
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
dictionary | Yes | a reference to Dict object. | |
key | Yes | Any 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.