StdErr Function

Retrieves the global reference to the standard error stream, which is typically the same as the standard output stream. This is for ConsoleApplications only.

Syntax

result = StdErr( )



Return Value

Result

StandardInputStream

The standard error stream is typically the Terminal application and is of type StandardOutputStream.



Notes

The StdErr method implements the Writeable class interface. If you implement this interface, you must implement the specified methods and parameters.

For more information about class interfaces and how to implement them, see the section "Class Interfaces" in the User's Guide.


See Also

ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetHasGUI constant; Input, Print, StdIn, StdErr methods; Writeable class interface.