advr.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, TROFF Statements Details
  Summary  Details                           Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 TRON
 TROFF
 
 Usage Notes
   ■ To use the TROFF statement with forms, you must first unload or hide any
     visible forms. See: HIDE Method  UNLOAD Statement
 
   ■ In the Visual Basic programming environment, executing a TRON statement
     has the same effect as choosing the Trace On command from the Debug menu
     - each statement is highlighted on the screen as it executes.
 
   ■ To display line numbers when using TRON and TROFF statements:
     • Choose Make EXE File from the Run menu and select the Run-Time Error
       Checking option in the Make EXE File dialog, or
     • Specify the /D option on the Basic Compiler (BC.EXE) command line.
     See: BC Command-Line Options  Creating EXE Files