FutureProg functions

collectiondictionarygetfirst

Dictionaries · computer function, computer program, standard futureprog

CollectionItem collectiondictionarygetfirst(Void CollectionDictionary dictionary, Text key)
Contexts: computer function, computer program, standard futureprog
Returns the first value stored at the specified text key, or null if the key is absent or has no values.
dictionary: The collection dictionary to inspect
key: The text key whose first value should be returned

← Back to FutureProg functions