FutureProg functions
collectionat
CollectionItem collectionat(Void Collection collection, Number index)
Contexts: computer function, computer program, standard futureprog
Returns the item at the zero-based index, or null if the index is outside the collection.
collection: The collection to inspect or transform
index: The zero-based index of the item to retrieve
Contexts: computer function, computer program, standard futureprog
Returns the item at the zero-based index, or null if the index is outside the collection.
collection: The collection to inspect or transform
index: The zero-based index of the item to retrieve