[Lua 5.0.3] Second example, possibly having the same cause: t = {} table.insert(t, "a") t[1] = nil print(table.concat(t))
-- Shmuel