[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: error with table insert
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Fri, 23 Jan 2009 17:47:43 +0100
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.