lua-users home
lua-l archive

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


Hi,

I hate reading my messages again...

> Can't you get away with using a proxy table? That way you always get
> the __index or __index in the proxy table and can refer to the real
                   ^^^^^
       I meant "__newindex", of course

> table to check if the key is already there.

[]s,
Diego.