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: Problem with variable names using Insheet
From
"Joseph Coveney" <[email protected]>
To
<[email protected]>
Subject
st: Re: Problem with variable names using Insheet
Date
Mon, 13 May 2013 11:46:01 +0900
. . . and it might help to follow-up defining the local macro by actually using it somewhere.
rensfix aci
renpfix aci
foreach var of varlist _all {
local variable_label : variable label `var'
local variable_label : subinstr local variable_label "+aci-" "", all
label variable `var' "`variable_label'"
}
Joseph Coveney
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/