Chr()

Syntax

Text$ = Chr(ASCII Value)
Description
Returns the character associated with the given ASCII value.
  a$ = Chr(33) ; a$ will get "!"

Supported OS

All

<- Bin() - String Index - CountString() ->