FutureProg functions

collectionindexof

Collections · computer function, computer program, standard futureprog

Number collectionindexof(Void Collection collection, CollectionItem item)
Contexts: computer function, computer program, standard futureprog
Returns the zero-based index of the first matching item in the supplied collection, or -1 if absent. Text comparison ignores case.
collection: The collection to search
item: The item whose position should be returned

← Back to FutureProg functions