strLib.intAsUnicode() システム関数は、整数コード・ポイント (数値表現) に対応する UNICODE 文字を戻します。
相補関数 strLib.unicodeAsInt() は、UNICODE 文字用のコード・ポイントを戻します。
strLib.intAsUnicode(code INT? in)
returns (character UNICODE(1)?)
result = strLib.intAsUnicode(65);
// 結果は A です
| プラットフォーム | 問題 |
|---|---|
| JavaScript 生成 | 関数 sysLib.intAsChar() はサポートされていません。 |