Aurora Visio Studio TOP » Filter Reference » Array » Array Basics » FindFirst
Module: | FoundationLite |
---|
Finds first location of a given value in the input array.
Name | Type | Description | |
---|---|---|---|
inArray | <T>Array | Input array | |
inValue | <T> | Value to look for | |
outIndex | Integer? | Index of the first value occurrence in the array | |
outFound | Bool |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of Find filter group.