|
This version handles nested tables:
http://lua-users.org/wiki/PickleTable Cheers, Andre On 07/03/2010 17:25, Nevin Flanagan wrote: One way to serialize tables in Lua is to write the actual table constructor text into the file. This has the advantage that you can then use Lua itself to load the table from the file contents. |