StdErr
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.