lua-users home
lua-l archive

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


On 1/8/11 6:47 PM, liam mail wrote:
I know the conversation is about table.insert but you can insert nils into a table and it does have an effect see Lua programming gems page 21. It uses a "dirty trick" to insert nils and force a rehash.

What does it do, in a nutshell?

Thanks,
Henning