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

Re: st: "translate" problem


From   [email protected] (Alan Riley)
To   [email protected]
Subject   Re: st: "translate" problem
Date   Thu, 23 Dec 2004 09:46:10 -0600

Zhuo Chen ([email protected]) asked about a problem with -translate-:
> I am having trouble with the translate command recently after an update.
> An error report window will open after I ran the translate command, then 
> Stata closes itself. Anybody has similar experience? I am using Windows XP 
> with all new updates.

We have reproduced the problem here.  A fix will be available at the same
time as the forthcoming update to -tab, exact-.

Assuming that one is trying to do something like

   . translate in.smcl out.log

then a temporary workaround is

   . set more off

   . quietly log using out.log

   . type in.smcl

   . quietly log close

out.log will then contain the translated file.


Alan
([email protected])
*
*   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