Home Search

DriveWorks Solo 21
ListFindItem

Send Feedback

ListFindItem

This function finds the index of an item in a list.

Syntax

ListFindItem([List],[Item])

Where:

List is the pipe separated list to find an item in.

Item is the item to find in a list.

Examples

Rule

Meaning
ListFindItem("A|B|C|D|E|F","D")This will return 4 as D is the fourth item in the list