Get the value of an array by numbered index
Gets and individual array value by the numbered index. Indexes usually start at zero.
The index to get from the array
The array to return the value from. If a value isn't given the default is the current output.
Returns the result of the array at the given index
Last updated 3 years ago