Scilab 6.0.0
Ajuda do Scilab >> Gerenciador de histórico > removelinehistory
removelinehistory
remove the Nth line in history.
Syntax
removelinehistory(N)
Arguments
- N
a line number
Description
remove the Nth line in history.
Examples
displayhistory() removelinehistory(historysize()-2) displayhistory()
Comments
Add a comment:
Please login to comment this page.