FutureProg functions

dictionarycontainskey

Dictionaries · computer function, computer program, standard futureprog

Boolean dictionarycontainskey(Void Dictionary dictionary, Text key)
Contexts: computer function, computer program, standard futureprog
Returns true if the supplied dictionary contains the specified text key.
dictionary: The dictionary to inspect
key: The text key to search for

← Back to FutureProg functions