Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: val = history_size ()
Built-in Function: 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