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
Glossary
EXAMPLE
Manipulating Strings