Chr(charcode)
The required charcode argument is an Integer that identifies a character.
Numbers from 0 – 31 are the same as standard, nonprintable ASCII codes. For example, Chr(10) returns a linefeed character. The normal range for charcode is 0 – 255. However, on DBCS systems, the actual range for charcode is -32768 to 65535.
Asc Function | Character Set (0 - 127) | Character Set (128 – 255) | Returning Strings from Functions | Str Function | Type Conversion Functions