qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
TRON and TROFF Statements Details
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
TRON and TROFF Statements Details
 
Syntax
  TRON
  TROFF
 
In the QuickBASIC environment, executing a TRON statement has the same
effect as selecting Trace On from the Debug menu--each statement is
highlighted on the screen as it executes.
 
The TROFF statement turns off the program trace.
 
The TRON and TROFF statements only display line numbers when compiled
with the Debug option or the /D option on the BC command line.
 
  Note: The debugging features of the QuickBASIC environment make these
        statements unnecessary. See the Debugging Keys        for more
        information.