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
get number of lines in history
Syntax
nb = historysize() nbMax = historysize("max") nbMax = historysize(newMax)
Arguments
- nb
number of lines in current history.
- nbMax
number of lines maximum in history file.
- newMax
set number of lines maximum in history file.
by default this value is 20000 lines max.
Description
get number of lines in history.
This function can also used to set maximum number of lines in history file.
Examples
historysize() historysize("max")
Report an issue | ||
<< historymanager | Gerenciador de histórico | loadhistory >> |