Aurora Visio Studio TOP » Filter Reference » Array » Array Composition » RemoveArrayElement
Module: | FoundationLite |
---|
Removes an element at the given index from the input array.
Name | Type | Range | Description | |
---|---|---|---|---|
ioArray | <T>Array | |||
inIndex | Integer | 0 - | Index of element to be removed | |
inInverse | Bool | Determines if the indices are counted from beginning or from end of the input 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 in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Array index out of range in RemoveArrayElement. |
Complexity Level
This filter is available on Advanced Complexity Level.