StdOut
From Xojo Documentation
Method
Retrieves the global reference to the standard output stream in ConsoleApplications, which is typically the terminal window.
Syntax
result=StdOut
Part | Type | Description |
---|---|---|
result | StandardOutputStream | The standard output stream is typically the Terminal application. |
See Also
ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetDesktop constant; Input, Print, StdIn, StdErr methods.