# At

Returns the element of an array by its index

```mathematica
At(ToArray("[10,20,30]"), 1) → 20
```

#### Inputs

`At(value, index)`

* `value` - An array value
* `index` - Index of an element to return
