FutureProg functions
collectionwithoutindex
collectionwithoutindex overload 1
CollectionItem Collection collectionwithoutindex(Void Collection collection, Number index)
Available in
- computer function
- computer program
- standard futureprog
Returns a new collection with the item at the zero-based index omitted. Invalid indexes return a copy of the original collection.
| Parameter | Type | Description |
|---|---|---|
collection |
Void Collection |
The collection to inspect or transform |
index |
Number |
The zero-based index of the item to omit |