StdErr

From Xojo Documentation

Method

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

Part Type Description
result StandardOutputStream The standard error stream is typically the Terminal application and is of type StandardOutputStream.

See Also

ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetDesktop constant; Input, Print, StdIn, StdErr methods.