Char
Function |
Char(value)
|
Use
The Char() function returns the text character of a given unicode value.
Examples
Char(71) = "G"
Char(103) = "g"
Char(65) = "A"
Char is included by default in each file as part of the Text library.
See also: