lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.