Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== GetANSIToUnicode function ====== ==== Description ==== Converts the ANSI numeric value to a Unicode numeric value using the current ANSI to Unicode map in effect. ==== Syntax ==== //Unicode_value// = **GetANSIToUnicode**(ANSI_value) ==== Parameters ==== The GetANSIToUnicode function has the following parameters. ^Parameter^Description^ |ANSI_value|The decimal value of the ANSI character.|| ==== See Also ==== [[getunicodetoansi|GetUnicodeToANSI()]] ==== Example ==== <code> 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 ** ** </code> guides/programming/programmers_reference_manual/getansitounicode.txt Last modified: 2024/06/19 20:20by 127.0.0.1