Chr Function

  • Updated

Returns the character associated with the specified character code.

Syntax

 

Returns the character associated with the specified character code.

 

Chr(chrCode)

 

 

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.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.