FutureProg functions
dictionarycontainsvalue
Boolean dictionarycontainsvalue(Void Dictionary dictionary, CollectionItem value)
Contexts: computer function, computer program, standard futureprog
Returns true if any value in the dictionary matches the supplied value. Text comparison ignores case.
dictionary: The dictionary to inspect
value: The value to search for
Contexts: computer function, computer program, standard futureprog
Returns true if any value in the dictionary matches the supplied value. Text comparison ignores case.
dictionary: The dictionary to inspect
value: The value to search for