Back to FabImage Studio website

You are here: Start » Filter Reference » Array » Array Basics » FindLast

FindLast


Module: FoundationLite

Finds last location of a given value in the input array.

Name Type Description
Input value inArray <T>Array Input array
Input value inValue <T> Value to look for
Output value outIndex Integer? Index of the last value occurrence in the array
Output value 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.