Back to FabImage Studio website
You are here: Start » Filter Reference » Array Basics » FindLast
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 Basic Complexity Level.
Filter Group
This filters is member of Find filter group.