FutureProg functions
dictionarywithoutkey
CollectionItem Dictionary dictionarywithoutkey(Void Dictionary dictionary, Text key)
Contexts: computer function, computer program, standard futureprog
Returns a new dictionary with the specified key omitted. If the key is absent, the returned dictionary is a copy of the original.
dictionary: The dictionary to copy
key: The text key to omit from the returned dictionary
Contexts: computer function, computer program, standard futureprog
Returns a new dictionary with the specified key omitted. If the key is absent, the returned dictionary is a copy of the original.
dictionary: The dictionary to copy
key: The text key to omit from the returned dictionary