Statalist


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

st: Fwd: Combining -forvalues- and -foreach-


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

I have found my error. Now it it works:

forvalues i = 1/6 {
foreach v of var p16_200`i' {
	destring `v', replace
 }
}

Thank you!

Leonor Saravia

---------- Forwarded message ----------
From: Leonor Saravia <[email protected]>
Date: 2009/7/31
Subject: Combining -forvalues- and -foreach-
To: [email protected]


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