Chr()

Syntax

Text$ = Chr(ASCII-Value)
Description
Returns the character associated with the given ASCII value.

Example :
  Debug Chr(33) ; Will display "!"

Note: A table with all Ascii values and their relating figures you will find here.

Supported OS

All

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