Description
Returns the item in the list at the specified index position. Using a negative index value returns the last item in the list.
Syntax
ArrayItem(List: String, Delimiter:String, Index: Integer): String
Example
ArrayItem(Diet Cola,Orange Cola,Root Beer,Cola,4)
Return value is Cola