FutureProg functions
collectionrange
CollectionItem Collection collectionrange(Void Collection collection, Number index, Number count)
Contexts: computer function, computer program, standard futureprog
Returns a new collection containing up to count items from the supplied zero-based index.
collection: The collection to slice
index: The zero-based index at which the slice begins
count: The maximum number of items to return
Contexts: computer function, computer program, standard futureprog
Returns a new collection containing up to count items from the supplied zero-based index.
collection: The collection to slice
index: The zero-based index at which the slice begins
count: The maximum number of items to return