FutureProg functions

collectiondictionarycontainskey

Dictionariescomputer function, computer program, standard futureprog

collectiondictionarycontainskey overload 1

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