Investment Studio > Expressions > Functions > Text > CHAR

string char(integer ascii_code)

Returns the character specified by ansi_code. The ANSI code range is [0, 255].

Examples

=char(65)

equals "A"

=char(97)

equals "a".

See also code.