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]
Re: st: Re: Problem with variable names using Insheet
From
Joseph Deckert <[email protected]>
To
<[email protected]>
Subject
Re: st: Re: Problem with variable names using Insheet
Date
Sun, 12 May 2013 20:22:07 -0700
That worked beautifully. Thanks a ton!
Joe Deckert
On 2013/05/12 19:46, Joseph Coveney wrote:
. . . 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/
*
* 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/