Navigation

Operators and Keywords

Function List:

C++ API

: val = history_size ()
: old_val = history_size (new_val)

Query or set the internal variable that specifies how many entries to store in the history file.

The default value is 1000, but may be overridden by the environment variable OCTAVE_HISTSIZE.

See also: history_file, history_timestamp_format_string, history_save.

Package: octave