■ テキストの一部を変更するには

//ボタンアクション
on (release) {
this._txt.replaceText(0,3,"cat");
}
on (keyPress "<Enter>") {
this._txt.replaceSel("pig");
}