_char

Type: External

Group: char

Syntax

string = _char(number)

Description

Converts a number to a string.

Examples

_char([104, 101, 108, 108, 111, 32, 49, 50]) = "hello 12"

See Also

double