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]

Re: st: assign several lines of syntax to local?


From   Maarten buis <[email protected]>
To   [email protected]
Subject   Re: st: assign several lines of syntax to local?
Date   Thu, 12 Aug 2010 15:41:42 +0000 (GMT)

--- 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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index