Get Value by index
Get the value of an array by numbered index
Description
Gets and individual array value by the numbered index. Indexes usually start at zero.
Properties
Index
The index to get from the array
Array Name
The array to return the value from. If a value isn't given the default is the current output.
Return
Returns the result of the array at the given index
Last updated