Question: continue a condition on a list

Sorry if this is a bit vague...

I have a list.  I am applying a loop with a condition.  When the condition is met it stops (of course) but how do I get the condition to continue testing against the rest of the list without incrementing the next loop value?

Please Wait...