Hi 5*10,
Do you mean that though the Script window is already open, "type -a" command doesn't produce the message? Or, when the Script window is closed, and "type -a" command didn't open the Script window anew?
When you open the Script window, if you type the following, dod you get the Hello message?
type -a Hello;
Does your script contain some operations to change the destination of the output by changing the value of "type.redirection"?
If you run the following two-line code, did you get the message in the Script window?
type.redirection=1;
type -a Hello;
I'm not sure, and I may be suspecting a wrong place.
--Hideo Fujii
OriginLab