Function OutErr() Foundation
Outputs a list of expressions to the standard error device.
OutErr( <Expression,...> ) --> NIL
The return value of OutErr() is always NIL.
The output function OutErr() outputs to the operating system level and sends the values of <Expression,...> to the standard error device It works much like the function QOut(), but does not use the common Xbase++ output routines.
The function OutErr() only differs from the function OutStd() in the output channel it uses.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.