This function finds the index of an item in a list.
ListFindItem([List],[Item])
Where:
List is the pipe separated list to find an item in.
Item is the item to find in a list.
Rule | Meaning |
---|---|
ListFindItem("A|B|C|D|E|F","D") | This will return 4 as D is the fourth item in the list |