Apologies if this is a repeat, I couldn't find an equivalent for this as almost all seemed to refer to excel. I have a list containing values, and I wish to find where in the list a particular value is, so if my list was A,B,C,D,E and I was looking for C it would return 2 (given that indexes start at 0 in PAD). I've tried looping through the list until the variables match, and incrementing a list location variable by 1 each time, which works but is very slow and I have to carry out a lot of these, does anyone know a faster way?
I tried adding to a data table and using the "Find or replace in data table" function but as it's only single column it just reverts to being a list again.
Any advice appreciated, thank you in advance.

Report
All responses (
Answers (