Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Combining -forvalues- and -foreach-


From   Leonor Saravia <[email protected]>
To   [email protected]
Subject   st: Combining -forvalues- and -foreach-
Date   Fri, 31 Jul 2009 15:39:38 -0400

Dear Statalisters,

I have a list of string (with numeric meaningful numeric text)
variables: p1_2000 p1_ 2001 p1_2003 p1_2004 p1_2005 p1_2006

I was trying to -destring- them using the next code, but it is not working:

     forvalues i = 0/6 {
     foreach v of p1_200`i' {
     destring `v', replace
         }
      }
Please, could you tell me if it is posible to do this loop combining
the -forvalues- and the -foreach- commands, and if it is not posible,
would you give an idea of a "good" way to do it.
Thank you in advance,
Leonor
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index