lua-users home
lua-l archive

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


On So, 2010-05-01 at 14:28 -0300, Luciano de Souza wrote: 
> If this is possible, Lua is much powerful and extraordinary than I could 
> imagine!

It is possible, take a look at
http://lua-users.org/wiki/TableSerialization , which lists several ways
how to serialize Lua tables to string, which can be written to a file.
There are also links to several different libraries that achieve the
same purpose.

Michal