chr ( numeric_expression )
returns string_expression
Converts the integer expression into a single character string expression with the UNICODE value of the number.
Asc
print chr(66)+chr(111)+chr(111)+chr(33)
will print
Boo!
Asc, Chr, Count, Countx, Explode, Explodex, Implode, Instr, Instrx, Left, Length, Ljust, Lower, LTrim, MD5, Mid, Midx, Replace, Replacex, Right, Rjust, RTrim, Serialize, String, Trim, Unserialize, Upper, Zfill