Statalist The Stata Listserver


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

st: Outputting formatted data to file


From   Steffen Hokland <[email protected]>
To   [email protected]
Subject   st: Outputting formatted data to file
Date   Mon, 9 Oct 2006 09:46:52 +0200

I'm trying to output some results to a file in formatted style.

However, it seems the only way to do this straight away is to use binary in stead of ascii. My working but extreemly unaesthetical solution has been this:

for strings:
file write slope_values %20s (trim("Intercept +OXi"))

for scalars:
file write slope_values %20.3f (real(string(`intercept_wOXi')))

There has to be a better way. I've been able to dig up something about a function called 'macval()', but I haven't been able to find anything about it in the help files (search and help doesn't turn up anything).

Thanks for any help,
Steffen
*
* 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