FutureProg functions

collectionwithoutindex

Collections · computer function, computer program, standard futureprog

CollectionItem Collection collectionwithoutindex(Void Collection collection, Number index)
Contexts: 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.
collection: The collection to inspect or transform
index: The zero-based index of the item to omit

← Back to FutureProg functions