string.char(Number:i1, Number:i2, ...)
Generate a string representing the character codes passed as arguments.
string.char(65, 66, 67) -> ABC