in reply to Re: array element as foreach iterator
in thread array element as foreach iterator

Yes, that too was my first thought. But, I actually had 10 nested foreach loops, and the programmer inside said "sounds like an array", so I tried to use elements of an array as the iterators. As always, TMTOWTDI.
  • Comment on Re^2: array element as foreach iterator

Replies are listed 'Best First'.
Re^3: array element as foreach iterator
by nobull (Friar) on Jan 27, 2005 at 18:28 UTC
    I actually had 10 nested foreach loops, and the programmer inside said "sounds like an array"

    The programmer inside me says "sounds like recursion".