Re: Killer code
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Killer code
- From: Gergo Szakal <bastyaelvtars@...>
- Date: 2007年3月20日 01:34:59 +0100
On 2007年3月19日 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.