Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: st: foreach
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
AW: st: foreach
Date
Tue, 29 Jun 2010 16:43:11 +0200
<>
So the -foreach- question has been solved, but in combination with "_B" and
"_L" the "saba" and "laba" still yield valid -varname-s, right? Otherwise
commands inside the loop will complain, I guess...
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Tomas Lind
Gesendet: Dienstag, 29. Juni 2010 15:19
An: [email protected]
Betreff: SV: st: foreach
It works!
Yeas, saba, laba etc are not variable names.
Thanks a lot!!!!!!!!!
/Tomas
-----Ursprungligt meddelande-----
Från: [email protected]
[mailto:[email protected]] För Richard Goldstein
Skickat: den 29 juni 2010 14:51
Till: [email protected]
Ämne: Re: st: foreach
"saba" and "laba" are, apparently, not variable names so this is not a
varlist; try -foreach XX in saba laba {-
Rich
On 6/29/10 8:44 AM, Tomas Lind wrote:
> Dear all,
>
> I have a lot of variables ending up with _L or _B (for example saba_B,
> saba_L, laba_B, laba_L)
>
> If I simplify my problem I would like to do the following
>
> foreach XX of varlist saba laba {
> tab `XX'_B if `XX'_L != .
> }
>
> But it doesn't work.
>
> Does anyone have an idea how to fix this?
>
>
> /Tomas
*
* 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/
*
* 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/
*
* 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/