文字のUNICODEを返します。
AscW ( "char" )
パラメータ
返し値
注意
関連
例
$code = AscW("A") MsgBox(0, "Unicode code for A:", $code)