FutureProg functions
collectionisvalidindex
Boolean collectionisvalidindex(Void Collection collection, Number index)
Contexts: computer function, computer program, standard futureprog
Returns true if the supplied zero-based index points at an item in the collection.
collection: The collection to inspect or transform
index: The zero-based index to test
Contexts: computer function, computer program, standard futureprog
Returns true if the supplied zero-based index points at an item in the collection.
collection: The collection to inspect or transform
index: The zero-based index to test