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
removelinehistory
履歴のN行目を削除.
呼び出し手順
removelinehistory(N)
引数
- N
行番号
説明
履歴のN行目を削除します.
例
displayhistory() removelinehistory(historysize()-2) displayhistory()
Report an issue | ||
<< loadhistory | History manager | resethistory >> |