CHR$

This command will return a character string equivalent to the ASCII character number provided.

  Syntax
Return String=CHR$(Value)
  Parameters
Value
Integer
The number this command will use

  Returns

The value returned is the character string equivalent to the ASCII character number provided

  Description

ASCII is a standard way of coding the characters used to construct strings.

  Example Code
PRINT CHR$(42)
WAIT KEY
  See also

TEXT Commands Menu
Index