Coll.Contains
Returns true if the value exists in the collection
Syntax
Coll.Contains &collection value_to_check
Returns
bool value
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
collection | Yes | A collection variable e.g. &collection | |
value to check | Yes | Any value |
On a running server
Use serhelp Coll.Contains to inspect the reference generated by your installed SER version.