Aurora Visio Studio TOP » Filter Reference » Array » Array Composition » RemoveMultipleArrayElements
Module: | FoundationLite |
---|
Removes elements at the given indices from the input array.
Name | Type | Description | |
---|---|---|---|
ioArray | <T>Array | ||
inIndices | IntegerArray | Indices within the array | |
inInverse | Bool | Determines if the indices are counted from beginning or from end of the input array |
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 indices duplicated in RemoveMultipleArrayElements. |
DomainError | Array indices out of range in RemoveMultipleArrayElements. |
Complexity Level
This filter is available on Advanced Complexity Level.