.
Very deft file surgery. Thank you.
-Dave
On Apr 2, 2009, at 7:30 AM, Morten Andersen wrote:
<>
Although venndiag.ado has been updated to V 2.14, the ado-file still
does
not work. Inspection reveals multiple strange characters that I
identify as
ASCII 160. Replacing these with spaces repairs the ado-file. You can
correct
this in a file editor or you can do the file surgery within Stata:
findfile venndiag.ado
local fn "`r(fn)'"
tempfile tmp
filefilter "`fn'" "`tmp'", from(\160d) to(" ") replace
copy "`tmp'" "`fn'", replace
discard
do venntest
...
Now works ok for me (Stata 10.1 on Mac).
I will notify Jens.
Kind regards,
Morten
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/