lua-users home
lua-l archive

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


DB> tab = {}
DB> tab += myvalue
DB> tab .. myvalue
DB> tab := myvalue

I may be a bit thick, but what's wrong with table.insert()?

Gunnar