1 行のカーソルから右を削除します。
論理行 1 行のカーソル位置から右側を行末まで削除します。
document.selection.EndOfLine(true,eeLineLogical); document.selection.Delete(1);
document.selection.EndOfLine(true,eeLineLogical);
document.selection.Delete(1);
document.selection.EndOfLine true,eeLineLogical document.selection.Delete 1
document.selection.EndOfLine true,eeLineLogical
document.selection.Delete 1
このページのフィードバックを送信