Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Array » Array Basics » SetArrayArrayElement
| Module: | FoundationLite |
|---|
Sets an element of an array of arrays to a new value.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
ioArray | <T>ArrayArray | ||
![]() |
inRow | Integer | 0 - ![]() |
|
![]() |
inColumn | Integer | 0 - ![]() |
|
![]() |
inNewValue | <T> | Value to be set | |
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 | Column index out of range in SetArrayArrayElement. |
| DomainError | Row index out of range in SetArrayArrayElement. |
Complexity Level
This filter is available on Advanced Complexity Level.

Advanced

