FutureProg functions
collectiondictionarycontainskey
collectiondictionarycontainskey overload 1
Boolean collectiondictionarycontainskey(Void CollectionDictionary dictionary, Text key)
Available in
- computer function
- computer program
- standard futureprog
Returns true if the supplied collection dictionary contains the specified text key.
| Parameter | Type | Description |
|---|---|---|
dictionary |
Void CollectionDictionary |
The collection dictionary to inspect |
key |
Text |
The text key to search for |