rooseter
Bioengineer
- Sep 27, 2012
- 2
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, how can I accomplish this task? I would want it to return a value of 2 after starting with zero for the first position.
[NX8.5.3.3]
If I have a list expression as follows.
{"A","C","B"}
And I want to know the position of "B" in that list, how can I accomplish this task? I would want it to return a value of 2 after starting with zero for the first position.
[NX8.5.3.3]