in reply to Re^2: Ignore a range of numbers in a Listin thread Ignore a range of numbers ina List
There's another way to do it: use decreasing indices and iterate from the end to the beginning. This keeps the arrays aligned after splice.