ArrayIndex

Description

Returns the position of the first occurrence of the specified item within the list.

Returns 0 if the item is not found.

Syntax

ArrayIndex(Item: String, List: String, Delimiter: String): Integer 

Example

ArrayIndex(Cola,Diet Cola,Orange Cola,Root Beer,Cola)

Return value is 4