Library /sys$common/syshlp/BASICHELP.HLB  —  CHR$
  The CHR$ function returns a one-character string for the ASCII value you
  specify.

  Example

  A$ = CHR$(65%)

1  –  Syntax

      str-var = CHR$(int-exp)
Close Help