char

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

Syntax

char ( integer_expression )

Example

char ( 65 )

Result

A