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: use of brace inside of macro
From
"Dr. Bill Westman" <[email protected]>
To
[email protected]
Subject
st: use of brace inside of macro
Date
Tue, 15 Jun 2010 19:00:07 -0700 (PDT)
I am curious whether a brace can be used inside of a macro.
For example:
sysuse auto, clear
macro drop _all
global test }
log using test, replace
forvalues j = 1/1 {
macro list _all
}
forvalues x = 1/1 {
macro list _all
${test}
end
break
...
causes Stata to provide r(1) error.
I've tried the macro with and without quotes "" around the brace.
Is this illegal? If not what is the problem?
Thanks.
Bill
*
* 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/