Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

st: Blinking message when using _rc


From   Duha Altindag <[email protected]>
To   [email protected]
Subject   st: Blinking message when using _rc
Date   Wed, 28 Jul 2010 16:13:26 -0500

Greetings,

I'm running the program below:

***start***
local M "A B C"
foreach m in `M' {

capture confirm variable `m'_X
!_rc {
quietly count if missing(`m'_X)
if  r(N)==_N{
drop `m'_X
display "`m'_X" " dropped"
}
}

capture confirm variable `m'_X
if !_rc {
replace `m'_X="1" if `m'_X=="P"
}
}
***end***

It does the job that I need. But while it is running, I see a black
windows window for just a moment each (literally), that gives me a
message that reads like:
"!_rc { is not recognized as an internal or external command, operable
program or batch file."
Because the program above runs many times, I see that window multiple
times for a moment, like blinking. I can hardly read it the moment I
see it, but I could write it down after running the code many times.
Does anyone have an idea of what that means?

Thanks in advance

Duha
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index