qb45qck.hlp (Table of Contents; Topic list)
RESUME Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
RESUME - an error-trapping statement that continues program execution
         after an error-trapping routine has been invoked
 
Syntax
  RESUME [0]
  RESUME NEXT
  RESUME {linelabel | linenumber}
 
  ■ If the argument is omitted, or is 0, program execution resumes with
    the statement that caused the error
  ■ NEXT resumes program execution with the statement immediately following
    the one that caused the error
  ■ linelabel or linenumber are Details
 
See Also  ON ERROR