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. ====== GetUnicodeToANSI function ====== ==== Description ==== Converts the Unicode numeric value to an ANSI numeric value using the current ANSI to Unicode map in effect. ==== Syntax ==== //ANSI_value// = **GetUnicodeToANSI**(Unicode_value) ==== Parameters ==== The GetUnicodeToANSI function has the following parameters. ^Parameter^Description^ |Unicode_value|The decimal value of the Unicode character.|| ==== See Also ==== [[getansitounicode|GetANSIToUnicode()]] ==== Example ==== <code> declare function GetUnicodeToANSI * 1741 the Unicode value to convert Unicode_Value = 1741 ANSI_value = GetUnicodeToANSI(Unicode_value) * ANSI_value contains the corresponding ANSI decimal value ** ** </code> guides/programming/programmers_reference_manual/getunicodetoansi.txt Last modified: 2024/06/19 20:20by 127.0.0.1