CompuServe Messages

STDOUT

    19-Feb-91 21:19:16
Sb: #7635-STDOUT
Fm: Bill Hawes 72230,267
To: Thomas Dolan 72507,503
Tom, You can open a STDOUT stream in ARexx with the open() function, as for example call open STDOUT,'con:0/0/640/100/RexxOut' Usually you don't need to do this, as the output is inherited if the program is launched by a shell. But if it starts from an environment without streams, this will open one for you. -Bill Hawes