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 may be found here.

Supported OS

All

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