FutureProg functions

collectiondictionarywithoutkey

Dictionariescomputer function, computer program, standard futureprog

collectiondictionarywithoutkey overload 1

CollectionItem CollectionDictionary collectiondictionarywithoutkey(Void CollectionDictionary dictionary, Text key)
Available in
  • computer function
  • computer program
  • standard futureprog
Returns a new collection dictionary with the specified key omitted. If the key is absent, the returned collection dictionary is a copy of the original.
ParameterTypeDescription
dictionary Void CollectionDictionary The collection dictionary to copy
key Text The text key to omit from the returned collection dictionary