--- On Thu, 12/8/10, Jeph Herrin wrote:
Strange, I thought this would work:
***************
sysuse auto
local test count ; list in 1 ;
#delimit ;
`test'
***************
but it doesn't produce so much as an error message. Why
not?
That probably has to do with the way Stata parses a line.
My guess would be that the following is happening:
Stata collects a line till it sees a ;
only after that does it start evaluating the locals
Since you did not put a ; after `test', Stata never
even started evaluating the local, and so never saw
the contents of `test', and thus did not produce an
error message.
Hope this helps,
Maarten
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
*
* 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/