qb45qck.hlp (Table of Contents; 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.
ERROR Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
ERROR - an error-trapping statement that simulates the occurrence
        of a BASIC error or allows the user to define error codes
 
Syntax
  ERROR integerexpression
    ■ integerexpression, which has a value between 1 and 255, is
      the error code
 
See Also  ON ERROR  ERR  ERL  RESUME