help-octave
[Top][All Lists]
Advanced

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

Re: How to remove the redundant print when use help()?


From: Mike Miller
Subject: Re: How to remove the redundant print when use help()?
Date: Fri, 24 Aug 2012 10:27:12 -0400

On Fri, Aug 24, 2012 at 10:18 AM, Peng Yu wrote:
>>> Whenever I call help(), I got the following output. It is annoying. Is
>>> there a way to disable it? Thanks!
>>
>> help suppress_verbose_help_message
>
> There are also some empty line after the help (noted by ##). Is there
> a way to remove them as well? Thanks!

The text displayed is also the return value of help called as a
function, so you can do:

suppress_verbose_help_message (true);
func = "pwd";
strtrim( help (func))

Does that work for you?

-- 
mike


reply via email to

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