lua-users home
lua-l archive

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


2009/1/23 Roger Durañona Vargas <luo_hei@yahoo.es>:
> Do I need to load an specific library to use table.insert? Im getting
> nil value error when I try to use it.

It depends on the program that is embedding Lua. If that is the
standard lua interpreter, the table module should be loaded by
default. Otherwise you have to tell us what the program is (and
eventually show us how Lua is embedded) so we can tell you if and how
you can access the table module.