From | "Michael Blasnik" <[email protected]> |
To | <[email protected]> |
Subject | Re: st: foreach and globals and {.} |
Date | Mon, 11 Apr 2005 07:47:10 -0400 |
Braces are also necessary when the global name contains a local macro...
. local loc a
. global ga hello world
. di "$ga"
hello world
. di "$g`loc'"
a
. di "${g`loc'}"
hello world
This was the case in the posted query... as I said in my previous response (which doesn't seem to have arrived yet more than an hour since I sent it) the -foreach x of global g- construct solves the problem.
D
* * 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 |