Returns given Ascii character as a string.

Syntax

Smartsite SXML CopyCode image Copy Code
string char.fromint(integer ascii)

Parameters

Name Data Type Description
ascii Integer Ascii code.

Return Value

Data Type Description
String String representation of the specified Ascii character.

Expand image Examples

SXML