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
Maarten buis <[email protected]>
To
[email protected]
Subject
Re: st: Stata code: block versus line
Date
Fri, 4 Mar 2011 16:06:49 +0000 (GMT)
--- 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/