lua-users home
lua-l archive

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


> For the umpteenth time I find myself copying this code from one program into another

I don't see why. The original tostring result for tables makes almost no sense for anything other than debugging, and if that's all you want, a debug.gettableaddress(tab) function would seem way more concise.