4 Dec
2011
4 Dec
'11
2:36 a.m.
On Sun, Dec 4, 2011 at 1:20 AM, Aditya Mahajan
Hi,
How does one save and read third-party data in tuc file at the lua end? You can read the data with loadfile or dofile: utilitydata=dofile('test.tuc') and then you have the table stored into utilitydata See for the difference with loadfile http://www.lua.org/pil/8.html
-- luigi