The ug_findNumberInList() works great for lists of numbers but I am struggling to find a similar way to search a list of string values for the position of a particular value in the list.
If I have a list expression as follows.
{"A","C","B"}
And I want to know the position of "B" in that list...