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