Dict.Contains
Returns true if the dictionary contains the provided key
Syntax
Dict.Contains *dictionary key
Returns
bool value
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
dictionary | Yes | a reference to Dict object. | |
key | Yes | Any value |
On a running server
Use serhelp Dict.Contains to inspect the reference generated by your installed SER version.