Scilab 5.4.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
saveconsecutivecommands
連続する冗長なコマンドを保存する.
呼び出し手順
saveconsecutivecommands(boolean_in) boolean_out = saveconsecutivecommands()
引数
- boolean_in
 論理値 (%t または %f)
- boolean_out
 カレントの値
説明
連続した冗長なコマンドを保存します.
連続した同じ命令の実行を履歴ファイルに保存したい場合, saveconsecutivecommands(%t) としてください.
例
saveconsecutivecommands() saveconsecutivecommands(%t) 1 1 2 saveconsecutivecommands(%f) 1 1 2
| Report an issue | ||
| << saveafterncommands | History manager | savehistory >> |