FutureProg functions
collectiondictionaryget
collectiondictionaryget overload 1
CollectionItem Collection collectiondictionaryget(Void CollectionDictionary dictionary, Text key)
Available in
- computer function
- computer program
- standard futureprog
Returns the collection of values stored at the specified text key, or an empty collection if the key is absent.
| Parameter | Type | Description |
|---|---|---|
dictionary |
Void CollectionDictionary |
The collection dictionary to inspect |
key |
Text |
The text key whose values should be returned |