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.
Comments
0 comments
Article is closed for comments.