help-octave
[Top][All Lists]
Advanced

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

Re: Program still does not print out while running


From: Henry F. Mollet
Subject: Re: Program still does not print out while running
Date: Fri, 29 Apr 2005 19:27:17 -0700
User-agent: Microsoft-Entourage/10.1.1.2418

More ancient 2.1.46 version cannot clear built-in variable either.
Henry 

GNU Octave, version 2.1.46 (powerpc-apple-darwin6.6).
octave:1> page_output_immediately
page_output_immediately = 0
octave:2> clear all
octave:3> page_output_immediately
page_output_immediately = 0
octave:4> 


on 4/29/05 8:21 AM, John W. Eaton at address@hidden wrote:

> On 29-Apr-2005, Dmitri A. Sergatskov wrote:
> 
> | If you indeed checked for the same variable you
> | set at the beginning of the script, and this variable
> | undefined, I suspect that somewhere in your script
> | you have "clear all"  removing this variable.
> 
> It is not supposed to be possible to clear built-in variables:
> 
> octave:1> page_output_immediately
> page_output_immediately = 0
> octave:2> clear all
> octave:3> page_output_immediately
> page_output_immediately = 0
> 
> But I don't know what 2.1.50 did (ancient history).  Maybe there was a
> bug back then that made it possible to clear built-in variables, which
> could cause some trouble.
> 
> jwe
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



-------------------------------------------------------------
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]