Scilab 5.5.2
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
remove the Nth line in history.
Calling Sequence
removelinehistory(N)
Arguments
- N
a line number
Description
remove the Nth line in history.
Examples
displayhistory() removelinehistory(historysize()-2) displayhistory()
Report an issue | ||
<< historysize | Gestion de l'historique | saveafterncommands >> |