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: RE: Blinking message when using _rc
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: Blinking message when using _rc
Date
Wed, 28 Jul 2010 23:17:33 +0200
<>
Just issue
***********
!_rc
***********
on its own to see the window. Without the -if- in front of it, it calls the
OS, and the OS does not know "_rc"... "!" is a synonym for the Stata command
-shell-...
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Duha Altindag
Sent: Mittwoch, 28. Juli 2010 23:13
To: [email protected]
Subject: st: Blinking message when using _rc
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/
*
* 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/