Statalist The Stata Listserver


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

RE: st: RE: Foreach Problem


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: RE: Foreach Problem
Date   Tue, 31 Oct 2006 10:19:49 -0000

Not the question, but note also that the problem being solved here is that 
also solved by the official Stata command -renpfix-. 

Nick 
[email protected] 

> foreach var of varlist haem_id - haem_nbc {
>          local newname=substr("`var'", 6, .)
>          rename `var' `newname'
>          }
> 
> or
> 
> foreach var of varlist haem_id - haem_nbc {
>          rename `var' `=substr("`var'", 6, .)'
>          }
> 
> for that matter.
> 
> On 10/30/06, Raphael Fraser <[email protected]> wrote:
> > Didn't work. From the trace as you said -substr(`var', 6, .)- is not
> > being evaluated as I expected. Typing the following in the command
> > line works:

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