Continue the loop if the value is not found

Dear Help,

Is it possible to continue the loop by going to the next available value, if the 'expected value' is not found. I have a list of values which might not get incremented by fixed value and hence the loop could break and the script could terminate.

Any suggestion is appreciated.

Thanks,
Satyendra

I can interpret this request many different ways.

Please:

  1. Show us what you have done.
  2. Show us sample input.
  3. Show us the output you are trying to produce from that input.
  4. Give a clear English description of how your sample input should be transformed into the output you want.