For the complete documentation index, see llms.txt. This page is also available as Markdown.

CHAR

Returns the character for a given ASCII code

CHAR(number)

Returns the character corresponding to specified ASCII code

Arguments

Argument

Description

number

ASCII code(s)

Output

Letter corresponding to ASCII code

Example

Last updated

Was this helpful?