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 
 
"Martin Weiss" <[email protected]> 
To 
 
<[email protected]> 
Subject 
 
RE: st: assign several lines of syntax to local? 
Date 
 
Thu, 12 Aug 2010 17:58:47 +0200 
<>
It is not a good idea to use an official command name for the -local-, anyway...
HTH
Martin
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Maarten buis
Sent: Donnerstag, 12. August 2010 17:42
To: [email protected]
Subject: Re: st: assign several lines of syntax to local?
--- 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/
*
*   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/