Thanks .
I see that page 71 of "Maxima book" needs updating on closefile.
I also see that page 65 has it the way you said.
Now the close works but there is nothing in the file when I run a batch
file with this in it:
DISPLAY2D:FALSE;
WRITEFILE("GG.TXT");
LAPLACE(COSH(A*T),T,S);
CLOSEFILE();
Doug Stewart
I have been learning Maima for only 1 week. :-)
Viktor T. Toth wrote:
>The function closefile() doesn't require an argument. I.e., use closefile(),
>not closefile("filename").
>
>
>Viktor
>
>
>
>