qb45qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CHR$ Function QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
CHR$ - a string processing function that returns a one-character
       string whose ASCII code is the argument
 
Syntax
  CHR$(code)
    ■ code, a numeric expression that has a value between 0 and 255,
      is one of the ASCII character codes
 
See Also  ASC  ASCII Character Codes