
November 9th, 2012, 11:17 PM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 8
Time spent in forums: 1 h 44 m 49 sec
Reputation Power: 0
|
|
|
I should mention, the problem I'm working on requires two for loops, one for each variable.
EDIT: After adding 'outer' and 'inner' to the output to track the loops, the pattern is 1 outer, 4 inner, so the inner loop is running all the way through for each iteration of the outer loop, but I still haven't been able to remedy this.
|