Chr$()

Last Modified: 9/9/2021

Converts a numeric expression into its corresponding ASCII character.

Arguments

NameTypeRequiredDescription
Number Integer, Long, Constant Yes The numerical value or non-String variable to convert to a String.

Example

Syntax: Chr$(<Number>)
    b$ = Chr$(16)
    Print b$

See Also

Asc(), Bin$(), Hex$(), Str$(), Val()