Lua how to make a number to letter finder in strings (4 = a) code example Example: lua table of all characters for i=32, 256 do chartable[i] = utf8.char(i) end