FutureProg functions
collectiondictionarywithoutkey
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.
| Parameter | Type | Description |
|---|---|---|
dictionary |
Void CollectionDictionary |
The collection dictionary to copy |
key |
Text |
The text key to omit from the returned collection dictionary |