Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
historysize
履歴の行数を取得
呼び出し手順
nb = historysize() nbMax = historysize("max") nbMax = historysize(newMax)
引数
- nb
履歴の行数.
- nbMax
履歴ファイルの最大行数.
- newMax
履歴ファイルの最大行数を設定します.
デフォルトでこの値は最大20000行です.
説明
履歴の行数を取得します.
この関数は履歴ファイルの最大行数を設定する際にも 使用できます.
例
historysize() historysize("max")
Report an issue | ||
<< historymanager | History manager | loadhistory >> |