FutureProg functions

collectionindexof

Collectionscomputer function, computer program, standard futureprog

collectionindexof overload 1

Number collectionindexof(Void Collection collection, CollectionItem item)
Available in
  • 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.
ParameterTypeDescription
collection Void Collection The collection to search
item CollectionItem The item whose position should be returned