STR_CHR

Returns a character whose ASCII value is mapped to an input integer.

Format

STR_CHR (Integer Value)

Argument

 
Integer Value
ASCII value to be mapped.

Example

The following example returns the ASCII value of the letter A:
 
Function
STR_CHR(65)
Result
A