Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
code | Integer | The 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
| Name | Type | Description |
|---|---|---|
code | Integer | The ASCII code to convert to a character. |
Returns a Utf8 containing the single character corresponding to the given ASCII code.