SecondBASIC Documentation v3
Home
/
Function Reference
/
Chr$()
Chr$()
Description:
Converts a numeric expression into a string.
Syntax:
Chr$(<number>)
Part
Description
<number>
Required. This can either be an integer, long, or constant.
Example:
a = 65
Print Chr$(a), Chr$(&h41)