Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CHR$ returns an ASCII character corresponding to the specified character code

Syntax

CHR$(CharCode%)

Arguments 

  • CharCode% is a numerical expression of the integer type. The normal range for CharCode is 0 – 255.

...