http://qs321.pair.com?node_id=157088


in reply to How can I skip an element in an array whilst reading...

This looks similar to How do I multiply the corresponding elements in two arrays together?.

Skipping one element can happen with a next in your loop, or just increment the index, if you are using them.