Chr$()
Previous  Next

Description: Converts a numeric expression into a string.

     Syntax:
     
Chr$(<Expression>)

Part
Description
<Expression>
Required. The numeric expression to convert to a string character.

Example:

        a = 65
        Print Chr$(a)