FutureProg functions

dictionarygetdefault

Dictionaries · computer function, computer program, standard futureprog

CollectionItem dictionarygetdefault(Void Dictionary dictionary, Text key, CollectionItem default)
Contexts: computer function, computer program, standard futureprog
Returns the value stored at the specified text key, or the supplied default value if the key is absent.
dictionary: The dictionary to inspect
key: The text key whose value should be returned
default: The value to return when the key is absent

← Back to FutureProg functions