Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: -listtex- header: more than 502 characters possible?


From   Friedrich Huebler <[email protected]>
To   [email protected]
Subject   st: -listtex- header: more than 502 characters possible?
Date   Sat, 17 Feb 2007 14:45:09 -0800 (PST)

I use Stata/SE 8.2 and save data in text files with -listtex- from
SSC. When I specify a long header with -listtex, head()- and open the
saved file in a text editor, only the first 502 characters of the
header appear in one line. The additional characters appear in a new
line. The editor itself can display lines with more than 502
characters. The problem can be reproduced with the following
commands.

sysuse auto
forvalues i = 1/52 {
  local head "`head'1234567890"
}
listtex make price using "listtex.txt", head("`head'")

Which limit do I encounter and how can it be overcome? Is this a
limitation of -listtex-, Stata, or Windows XP?

Friedrich



 
____________________________________________________________________________________
Don't get soaked.  Take a quick peak at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather
*
*   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