Output Pane

Previous  Next

 

The MyBASIC2 Output Pane

 


 

The Console Tab

 

Console

 

This is used when the runtime environment is set to Console Application.  The PRINT and INPUT statements uses the Console for I/O.  Error messages are also displayed here.  Console statements such as SCREEN, CLS, COLOR and FONT are available.

 

The Trace Tab

 

Trace

 

This is used by the TRACE statement.  The TRACE statement is a simple way of doing some debugging without interfering with the output of the program.  In order to have TRACE messages displayed here, you need to enable TRACE by using OPTION TRACE ON.  See TRACE for more information.

 

The Build Tab

 

Build

 

Outputs the result of a compiled or project build.