指定された ASCII 値に基づいて単一の文字を含む文字列を返します。
char ( i As Integer ) As String
Intent >char(97) --> "a"
Intent >char(0) --> ""
Intent >char(8482) --> "™"