loadhistory

load a history file

Calling Sequence

loadhistory()
loadhistory(f)

Arguments

:f file pathname :

Description

load a history file.

by default, history filename is SCIHOME+’/.history.scilab’

by default, loadhistory read last 20000 lines of history file(to reduce time loading).

see `historysize(value)`_ to modify this value.

Examples

loadhistory(SCI+'/session.scilab')

See Also

Table Of Contents

This Page