BASIC Dialog and Error Help for PWB (pwbbc.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.
Setting Error Checking Options
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     ┌──────── Error Checking ────────┐
     │                                │  Generates debugging code
     │ ▒ Run-Time Error Checking  /D ── for run-time error
     │                                │  checking and enables
     └────────────────────────────────┘  Ctrl+Break.
 
     For ISAM programs, compiling with /D causes BASIC to write open
     database buffers to disk after every DELETE, INSERT, UPDATE, or
     CLOSE statement.
                                    -♦-