TextToUnicode コマンド

TextToUnicode( "<テキスト>" )

テキストをユニコード番号のリストに変換する.

  • TextToUnicode("Some text") はユニコード番号のリスト: \{83, 111, 109, 101, 32, 116, 101, 120, 116} を返す.

  • text1"hello" とする. TextToUnicode(text1) はユニコード番号のリスト: \{104, 101, 108, 108, 111} を返す.