Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Array » Array Basics » FindLast (Find Last)
| Module: | FoundationLite |
|---|
Finds last 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 last 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 visible as Last.

Advanced
