CHRS - source-solutions/HELP GitHub Wiki
char = CHR$(x)
Returns the character with code point x
.
x
is a numeric expression in the range [0 to 255
].
-
x
has a string value: Type mismatch. -
x
is not in[-32768 to 32767]
: Overflow. -
x
is not in0 to 255
: Illegal function call.