[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
CHR$ Convert ASCII Code to Character
s$ = CHR$(code)
Returns the character whose ASCII value is specified.
code A numeric expression in the range 0 to 255.
--------------------------------------------------------------------------
Notes: Runtime error 5 (Illegal Function Call) is generated if
code is not in the range 0 to 255.
See Also:
ASC
STR$
ASCII Table
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson