Bookmark and Share

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]

st: Macro dissapears after forval or foreach


From   <[email protected]>
To   <[email protected]>
Subject   st: Macro dissapears after forval or foreach
Date   Wed, 24 Feb 2010 15:28:28 +0100

Dear Statalisters,

I'm just curious why running macros in forval or foreach 
disappear after the loop has finished.

Example:

foreach x in 0 1 {	
di "value: `x'"
}
di "value: `x'"

Following Stata 11 help for foreach and forvalues, 
both commands set local macros to given values.
According to the manual locals are available 
during the execution of the program or do-file 
unless they are deleted or overwritten.
So it should be there, shouldn't it? 


With dynamic value lists or "continue" there is some 
sense in preserving the last processed value.

***

Yes, I know workarounds... ;-))

Best wishes 

Stefan




*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index