Hi Leslie, see rexxref: "If option STREAM is specified, stream must be a literal string, a constant expression, or an expression enclosed in parentheses that evaluates to a string which is used as the stream name."
It works if you use (discard), but doesn't actually use the Stream object, but just it's string representation /dev/null. To use a Stream object use USING instead of STREAM.
_______________________________________________ Oorexx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-users
