help-octave
[Top][All Lists]
Advanced

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

eval supressed output in Octave 2.1.57


From: John W. Eaton
Subject: eval supressed output in Octave 2.1.57
Date: Thu, 26 Aug 2004 18:11:12 -0400

On 24-Aug-2004, Hugo Neto <address@hidden> wrote:

| Dear All,
| 
| I have installed the new Octave version (2.1.57) and i've verified that in 
this version the "default_eval_print_flag" which allows to supress the output 
on the eval command is not present. 
| 
| In version 2.1.31 when i perform default_eval_print_flag = 0, the eval 
command did not print the output as i required
| 
| Is any other option (flag) in version 2.1.57 to use in order to avoid this 
print out?

End the to-be-evaluated command with a semicolon:

  eval ("1;")

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



reply via email to

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