Function Chr

Function Chr

Converts an integer to a character representation

Chr([VALUE])

Parameters

#TypePassingDefaultNameDescription/Comments
1numberrequiredn/aVALUEThe value to convert

Returns

The converted value


Examples

Convert to a letter A

{{Chr(65)}}