This is an old revision of the document!
Available in version 2.4.8 and later.
GetListIndices({-list {-item) ->indices
Returns a list containing the indices for each occurrence of item in the list. Returns an empty list if item is not found
Split("a b c b a" " ") ->list Trace(GetListIndices({-list "a"))
⇐ Index