⇐ Index ⇐ Lists
Available in version 2.4.8 and later.
GetListIndex(<-list <-item) ->index
Returns the index of the first occurrence of item in the list. Returns -1 if not found
Split("There are four words" " ") ->list Trace(GetListIndex(<-list "are"))
⇐ Index