CHR$
This command will return a character string equivalent to the ASCII character number provided. ASCII is a standard way of coding the characters used to construct strings. The value provided should be an integer value.
SYNTAX
Return String=CHR$(Value)
RELATED INFO
TEXT Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example