Back to FabImage Studio website
You are here: Start » Filter Reference » Loop Utils » LastNotNil
Returns the last value passed that existed.
Name | Type | Description | |
---|---|---|---|
![]() |
inObject | T? | Object that may be chosen |
![]() |
inInitialObject | T | Object to be used before first proper object appears |
![]() |
outObject | T | The last object that existed |
![]() |
outIndex | Integer | Index of iteration when the last object appeared |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Examples
Description of usage of this filter can be found in examples and tutorial: Dynamic Template Matching, Tablets.
Remarks
This filter can replace the following formula:

Complexity Level
This filter is available on Basic Complexity Level.