Last Modified: 9/9/2021
Converts a numeric expression into its corresponding ASCII character.
| Name | Type | Required | Description |
| Number | Integer, Long, Constant | Yes | The numerical value or non-String variable to convert to a String. |
| Syntax: Chr$(<Number>) |
|
b$ = Chr$(16) Print b$ |