Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: Some Stata 9 issues


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: Some Stata 9 issues
Date   Sun, 1 May 2005 16:25:02 +0100

On 1), there is probably a better fix that I have
not yet discovered, but a quick hack produces 
a work-around: 

program fhelp 
        version 9 
        syntax [anything] [, options ]
        if "`anything'" == "" local anything "contents" 
        help `anything', nonew `options' 
end     

Nick 
[email protected] 

Fred Wolfe
 
> I have used Stata 9 (Windows SE) for about 1 1/2 days. Here 
> are several issues for me.
> 
> 1) Each -help something- opens a new window unless I want to type the 
> option -,nonew-  I almost always I want only one window. 
> Could there be a 
> "fix" that allowed one to choose having -nonew- as the 
> default with -new- 
> as an option?
> 

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index