CHR

This function converts an ANSI character code to its associated character.


CHR(Value)

PARAMETERS

VALUE

Number.

Example:
To display the character associated with 65:

MESSAGE(“Code 65 is the letter” CHR(65)//”CHR TEST”)