Returns the unicode code of a character.
AscW ( "char" )
Local $code = AscW("A") MsgBox(0, "Unicode code for A:", $code)