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

st: RE: yellow text


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: yellow text
Date   Wed, 18 Feb 2004 15:54:29 -0000

Seems to be some minor misfeature e.g. in -foreach-, 
which causes a hang=over effect. 

Nick 
[email protected] 

David Airey
 
> Sometimes from a .do file, using,
> 
> . display "whatever"
> 
> gives white result text, sometimes yellow. Anybody know why?
> 
> For example, in the following code:
> 
> levels region, local(levels)
> foreach l of local levels {
> 	display "-> region = `l'"
> 	quietly anova area animal side side*animal 
> drawing|side*animal ///
> 		if region == "`l'"
> 	test side / side*animal
> 	test animal / drawing|side*animal
> 	test side*animal / drawing|side*animal
> }
> 
> The first time display runs (before the first ANOVA) the 
> resulting text 
> is white. Thereafter it is yellow. From the command line use 
> of display 
> "whatever" is always yellow.

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