lua-users home
lua-l archive

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


Roger Durañona Vargas wrote:
Do I need to load an specific library to use table.insert? Im getting
nil value error when I try to use it.
You need to load the tables library: http://www.lua.org/manual/5.1/manual.html#5.5

See also the last paragraph of section 5: http://www.lua.org/manual/5.1/manual.html#5

Tim