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/