Skip to main content



Chr Function

Returns the character associated with the specified character code.

Syntax

Chr(chrCode)

Returns the character associated with the specified character code.

Arguments

chrCode Integer - An Integer expression representing the code point, or character code, for the character. Note that 0-31 and 127 are non-printable characters

Remarks

Example:

Chr(66); // returns B