FutureProg functions

collectiondictionarycontainsvalue

Dictionaries · computer function, computer program, standard futureprog

Boolean collectiondictionarycontainsvalue(Void CollectionDictionary dictionary, CollectionItem value)
Contexts: computer function, computer program, standard futureprog
Returns true if any value in the collection dictionary matches the supplied value. Text comparison ignores case.
dictionary: The collection dictionary to inspect
value: The value to search for across all keys

← Back to FutureProg functions