chr

Returns the character that has the ASCII code value specified by "integer_expression". "Integer_expression" should be between 0 and 255.

Syntax

chr ( integer_expression )

Example

chr ( 65 )

Result

Returns a, the character for the ASCII code value of 65.