Name
diary — diary of session
Calling Sequence
diary(f)
diary(0)
Parameters
- f
a character string, give the file name path.
Description
diary(f)
opens the file which path is given
in f
and register all subsequent Scilab console
inputs and outputs.
The diary is terminated and the correspondig file is closed
either by a call to diary(0)
or by opening a
new diary file.