DRAFTThis page is not published. Only visible in development mode.
text module

text::char

Convert an ASCII code to its corresponding character.

Syntax

RQL

Parameters

NameTypeDescription
codeIntegerThe ASCII code to convert to a character.

Return Value

Returns a Utf8 containing the single character corresponding to the given ASCII code.

Examples

$ Get character from code
$ ctrl+enter to run

Related Functions