1. Re: LongMail.txt - Modified ed.ex
- Posted by MR FREDERICK A COLE <facole at PRODIGY.COM>
Oct 12, 1996
-
Last edited Oct 13, 1996
PatRat and all,
Thanks for sending out the modified euphoria editor file. I didn't
have the
binhex program before, but I did some searching, and now have one.
However,
I tried the decoded ed.ex program and it immediately crashed when a
file is
selected. Fortunately the problem is not difficult to fix. The
problem is
in the last section of code that needed changing; the two lines that
say
"delete" should be removed or at least have the line start with --.
Also the last line of my changes needs to be put back in, i.e.,
there
should be two (2) "end if" statements prior to the statement:
file_no = open(file_name,"r")
-- Fred Cole