lua-users home
lua-l archive

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


Have not run your code, but you might want to change 'tbl = {}' to 'local tbl = {}'. As of now all variables bound to a return value of :format will refer to a single global table.