Back to FabImage Studio website
You are here: Start » Filter Reference » Array Basics » GetArrayElement_OrNil_Deprecated
Extracts a single element from an array at the specified index; returns NIL if the index is out of range or negative.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray | <T>Array | Input array | |
![]() |
inIndex | Integer | 0 - ![]() |
Index within the array |
![]() |
inInverse | Bool | Reversed order in the array | |
![]() |
outConditionalValue | <T>? | Element from the array |
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.