Chr$() |
Previous Next |
Chr$(<Expression>)
|
Part
|
Description
|
<Expression>
|
Required. The numeric expression to convert to a string character.
|
a = 65
Print Chr$(a)
|