lua-users home
lua-l archive

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


I have some trouble with removing keys from tables.

t = {a = 10}

How can I remove these kind of table keys?

I tried many table.remove() variations of course but none worked.

Is it possible to remove this kind of key at all?