FutureProg functions

collectiondictionarycontainskey

Dictionaries · computer function, computer program, standard futureprog

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

← Back to FutureProg functions