![]() |
![]() |
![]() |
|
CHR$
This command will return a character string equivalent to the ASCII character number provided.
Return String=CHR$(Value)
Value Integer
The value returned is the character string equivalent to the ASCII character number provided
ASCII is a standard way of coding the characters used to construct strings.
PRINT CHR$(42)
|