Sakura-Editor Macro Reference

文字の書き出し例

//sample.js
//「あ」を書き出す

//Charは1バイトずつ書き出す
Char(130);
Char(160);

//CharImeは2バイト文字も書き出せる
CharIme(33440);

//文字列を書き出す
InsText('あ');