I use tokenat and tokencount, which are great for working with lists of data w/ delimiters.
Is there an equivalent function to find the index of a value within a list?
For example, something like tokenfind("apples|oranges|bananas", "oranges", "|") would return the value 1.
Many thanks.