[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: silent_functions ignored?
From: |
Nathan |
Subject: |
Re: silent_functions ignored? |
Date: |
16 Aug 2001 12:00:30 +0500 |
mOn 15 Aug 2001 22:38:30 -0500, John W. Eaton wrote:
> OTOH, silent_functions is probably not what you really want. You
> probably just want to end your statements that might print something
> with a semicolon, like this:
>
> function f ()
> x = 1;
> endfunction
>
You were correct. silent_functions only suppresses the final output (and
does work per your example). The problem was unterminated statements in
my functions. Thanks.
Nate
-------------------------------------------------------------
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
-------------------------------------------------------------