FutureProg functions

collectiondictionaryget

Dictionaries · computer function, computer program, standard futureprog

CollectionItem Collection collectiondictionaryget(Void CollectionDictionary dictionary, Text key)
Contexts: 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.
dictionary: The collection dictionary to inspect
key: The text key whose values should be returned

← Back to FutureProg functions