[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Killer code
- From: Gergo Szakal <bastyaelvtars@...>
- Date: Tue, 20 Mar 2007 01:34:59 +0100
On Mon, 19 Mar 2007 19:23:49 -0500
Rici Lake <lua@ricilake.net> wrote:
>
> arr is global, and you keep on adding keys to it.
>
> So when you get around to arr in the outer loop, the inner loop never
> finishes.
>
> Try
>
> local arr ...
>
>
Yes, I could also figure it out, I was just about to send the answer to my own question when I saw you replied. :-)
Thanks anyway.