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