Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Maximum length of -listtex- headline


From   "BBS Querschnittsprojekt: Gerhard Sch�n" <[email protected]>
To   [email protected]
Subject   Re: st: Maximum length of -listtex- headline
Date   Tue, 22 Mar 2005 08:21:15 +0100

Am 21 Mar 2005 um 12:54, Friedrich Huebler schrieb:
 
> The solution is of course to abbreviate the variable labels. I am
> writing to the list in the hope that someone can explain this limit
> and describe a way around it. Thank you.

You can divide the head of listtex into several lines 
starting and ending with a quotation mark.
Try:

#delimit ;
listtex make-foreign using "table.txt", 
   head("`lab1'`tab'`lab2'`tab'`lab3'`tab'"
        "`lab4'`tab'`lab5'`tab'`lab6'`tab'"
        "`lab7'`tab'`lab8'`tab'`lab9'`tab'"
        "`lab10'`tab'`lab11'`tab'`lab12'")
   rstyle(tabdelim) replace ;
#delimit cr


Gerhard Sch�n

___________________________________________
Gerhard Schoen, Querschnittsprojekt des BBS
E-Mail: [email protected]
WWW: http://www2.hu-berlin.de/bbs


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index