FutureProg functions
collectiontake
CollectionItem Collection collectiontake(Void Collection collection, Number count)
Contexts: computer function, computer program, standard futureprog
Returns a new collection containing up to count items from the start of the supplied collection.
collection: The collection to inspect or transform
count: The maximum number of items to keep from the start of the collection
Contexts: computer function, computer program, standard futureprog
Returns a new collection containing up to count items from the start of the supplied collection.
collection: The collection to inspect or transform
count: The maximum number of items to keep from the start of the collection