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