help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: environment variable


From: Colin Ingram
Subject: Re: environment variable
Date: Sat, 10 Sep 2005 23:35:57 -0500
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Henry F. Mollet wrote:
octave:2> history
Will give history.
octave:1> history_size
history_size = 1024
Default can be overridden by the environmental variable OCTAVE_HISTSIZE
according to manual but I don't know how do do it either. I've tried
octave:3> OCTAVE_HISTSIZE=512
OCTAVE_HISTSIZE = 512
octave:4> history_size
history_size = 1024


octave:1> history_size
history_size = 1024
octave:2> OCTAVE_HISTSIZE
error: `OCTAVE_HISTSIZE' undefined near line 2 column 1
octave:2> OCTAVE_HISTSIZE=512
OCTAVE_HISTSIZE = 512
octave:3> OCTAVE_HISTSIZE
OCTAVE_HISTSIZE = 512
octave:4> history_size
history_size = 1024
octave:5> history_size=512
history_size = 512
octave:6> history_size
history_size = 512

you set the wrong variable



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]