Description
The value found at a specific element of an array. Results in 0 if the element does not exist.
Snippet
Value In Array(Global.variableName, 0);
Properties
Returns: Object | Array
Parameters: Array, Index
Array
Type: Array, Default: Global Variable
The array whose element to acquire.Index
Type: Integer, Default: Number
The index of the element to acquire.