Returns the array at the specified position in list. A negative index counts backwards from the end of the list. If the value is not a array, an error will occur.
Usage | Returns |
---|---|
List.getArray(index) | Array |
Argument | Type | Details |
---|---|---|
this: list | List | |
index | Integer |