@lang:at
Access an element by index in an array.
Returns: any
Syntax
Section titled “Syntax”@lang:at(value index)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
value | array | Input value |
index | number | Zero-based index (negative counts from end) |
See Also
Section titled “See Also”- @slice — extract a sub-array