Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: RE: store variable names in local macro


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: RE: store variable names in local macro
Date   Tue, 29 Jan 2008 21:05:25 -0000

If the argument is not a variable in the dataset, the return code
from -confirm- will be positive, and if it is, the return code will be
zero. So, 

!_rc 

is non-zero if it's present and zero otherwise. So Maarten's second
example does not read quite correctly. 

Nick 

Maarten buis

--- Nick Cox <[email protected]> wrote:
> But even better may be to consider using -confirm-. 

good point, changing my expample

sysuse auto, clear
capture confirm variable price
if !_rc {
    do whatever you want to do to price
}
syuse nlsw88, clear
capture confirm variable price
if !_rc {
    price is absent in this dataset


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