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: Stata code: block versus line
From
Charles Koss <[email protected]>
To
[email protected]
Subject
Re: st: Stata code: block versus line
Date
Fri, 4 Mar 2011 10:19:09 -0600
It worked Dr. Maarten, thanks!!!
Charles
--
Charles Koss
http://charlesonnet.blogspot.com/
On Fri, Mar 4, 2011 at 10:06 AM, Maarten buis <[email protected]> wrote:
> --- On Fri, 4/3/11, Charles Koss wrote:
>> I am coding with Stata 11, and want to know how to
>> break the lines so that in the future will not need
>> to move through the horizontal bar.
>
> You have a couple of options:
>
> o You can type /// when you want to break the line
> (this is currently my favourite):
>
> reg foo bar ///
> blup , options
>
> o You can end the line with /* and begin the next one
> with */:
>
> reg foo bar /*
> */ blup , options
>
> o You can change the delimeter to ;:
>
> #delimit ;
> reg foo bar
> blup, option ;
> #delimit cr
>
> 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/