1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2007-2008 - INRIA - Allan CORNET
5 * Copyright (C) 2011 - DIGITEO - Allan CORNET
7 * This file must be used under the terms of the CeCILL.
8 * This source file is licensed as described in the file COPYING, which
9 * you should have received as part of this distribution. The terms
10 * are also available at
11 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
14 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="loadhistory" xml:lang="en">
16 <refname>loadhistory</refname>
17 <refpurpose>load a history file</refpurpose>
20 <title>Calling Sequence</title>
21 <synopsis>loadhistory()
26 <title>Arguments</title>
31 <para>file pathname</para>
37 <title>Description</title>
38 <para>load a history file.</para>
39 <para>by default, history filename is SCIHOME/history</para>
40 <para>by default, loadhistory read last 20000 lines of history file(to
44 see <link linkend="historysize">historysize(value)</link> to modify
49 <title>Examples</title>
50 <programlisting role="example"> loadhistory(SCI+'/session.scilab') </programlisting>
52 <refsection role="see also">
53 <title>See Also</title>
54 <simplelist type="inline">
56 <link linkend="savehistory">savehistory</link>
59 <link linkend="resethistory">resethistory</link>
62 <link linkend="historysize">historysize</link>
65 <link linkend="gethistory">gethistory</link>
70 <title>History</title>
73 <revnumber>5.4.1</revnumber>
75 Default history file is SCIHOME/history (instead of SCIHOME/.history.scilab).