Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: foreach and globals and {.}


From   "Hans J. Baumgartner" <[email protected]>
To   [email protected]
Subject   st: foreach and globals and {.}
Date   Mon, 11 Apr 2005 11:55:38 +0200

Dear statalist,

has anybody an idea how to solve the following problem?


foreach x in ${out_`year’} {
do something
}

That is: I have several globals and I need the braces to tell Stata that the local `year’ actually belongs to the global name.

Now I would like to run a loop over all elements in the global ${out_`year’}.

But the foreach command gets puzzled with the braces around the global, since it thinks that this means to start the loop. And this returns an error that a code follows on the same line as open braces.

How can I separate these braces?

Thanks
Hans

--
Hans J. Baumgartner DIW Berlin
German Institute for Economic Research
Dept. Public Economics
Königin-Luise-Str. 5; 14195 Berlin; Germany
Tel.: +49/30/89789-307
Fax.: +49/30/89789-114
http://www.diw.de
http://www.hansbaumgartner.de


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