Hi,
If I've filtered a longer list to only those items that satisfy given criteria, how can I output the index numbers of the remaining items?
For example, if I have a 10-item list - 0-9 - and only items 3,4,7,8 return true, how can I return those index numbers (3,4,7,8) in their own list?
Thanks,
Justin
Tags: