Back to FabImage Studio website
You are here: Start » Filter Reference » Array Composition » RemoveArrayElement
Removes the element of the given index from an array.
Name | Type | Range | Description | |
---|---|---|---|---|
ioArray | <T>Array | |||
![]() |
inIndex | Integer | 0 - ![]() |
Index of element to be removed |
![]() |
inInverse | Bool | Reversed order in the array | |
![]() |
outRemovedValue | <T> | Value of removed element |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Array index out of range in RemoveArrayElement. |
Complexity Level
This filter is available on Basic Complexity Level.