FutureProg functions
collectiondictionarywithoutkey
CollectionItem CollectionDictionary collectiondictionarywithoutkey(Void CollectionDictionary dictionary, Text key)
Contexts: 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.
dictionary: The collection dictionary to copy
key: The text key to omit from the returned collection dictionary
Contexts: 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.
dictionary: The collection dictionary to copy
key: The text key to omit from the returned collection dictionary