FutureProg functions
collectiondictionarygetfirst
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
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