FutureProg functions
dictionaryget
CollectionItem dictionaryget(Void Dictionary dictionary, Text key)
Contexts: computer function, computer program, standard futureprog
Returns the value stored at the specified text key, or null if the key is absent.
dictionary: The dictionary to inspect
key: The text key whose value should be returned
Contexts: computer function, computer program, standard futureprog
Returns the value stored at the specified text key, or null if the key is absent.
dictionary: The dictionary to inspect
key: The text key whose value should be returned