Subtracting 2 values from different collections using for:each and el

2004-02-12 Thread Adam Bickford
In a nutshell, I want to iterate over a collection and subtract a value from a different collection with the same position as the current collection. The problem is, I don't know how to reference the current iterator. For example, how would I do something like this: int[] a =

RE: Subtracting 2 values from different collections using for:each and el

2004-02-12 Thread Karr, David
different collections using for:each and el In a nutshell, I want to iterate over a collection and subtract a value from a different collection with the same position as the current collection. The problem is, I don't know how to reference the current iterator. For example, how would I do something