FutureProg functions
collectionindexof
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.
| Parameter | Type | Description |
|---|---|---|
collection |
Void Collection |
The collection to search |
item |
CollectionItem |
The item whose position should be returned |