lua-users home
lua-l archive

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


Javier wrote:

while next (t) do
        t[next(t)]=nil
end

This doesn't work if false is a key.

--
Aaron