FutureProg functions

collectiondictionaryget

Dictionariescomputer function, computer program, standard futureprog

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.
ParameterTypeDescription
dictionary Void CollectionDictionary The collection dictionary to inspect
key Text The text key whose values should be returned