Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$ListIndexOf

Finds the index of an item in a list. Finding the first item in a list returns 0, and finding an item not present in the list returns -1.

Script usage:

$ListIndexOf(List, Item)

Parameters:

NameDescription
ListThe list.
ItemThe item.