Suppressing AREXX ERRORS
25-Mar-94 08:10:34
Sb: #40218-Suppressing AREXX ERRORS
Fm: Bill Hawes 72230,267
To: Mike/CompuStore W-German 71001,210
Hi Mike,
Yes, you can redefine STDOUT in an ARexx macro, and send it to NIL: or to an
error logging file if you wish. Just use the close() function to close the
existing stdout, then use the open() function to open STDOUT on the new file.
(One thing to remember — file handles like STDOUT are case sensitive in ARexx,
so be sure to refer to it as 'STDOUT'.)
-Bill Hawes