Char

Function

Char(value)

value

Char is included by default in each file as part of the Text library.

 

See also:


Use

The Char() function returns the text character of a given unicode value.

Examples
  • Char(71)  = "G"
  • Char(103)  = "g"
  • Char(65)  = "A"