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.