Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
ANSI_valueThe decimal value of the ANSI character.

See also

GetUnicodeToANSI()

Example

Code Block
declare function GetANSIToUnicode
* 174 is the decimal value of \AE\, the registration sign
ansi_value = 174  
Unicode_value = GetANSIToUnicode(ansi_value)
* Unicode_value contains the corresponding Unicode decimal value