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