Unicode

Function

Unicode(value)

value

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

 

See also:


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