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