bas7qck.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.
NEXT Keyword - Different Uses
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Syntax 1
  NEXT [counter [,counter...]]
 
    ■ The terminating line of a FOR...NEXT structure. Should include the
      name of the loop counter for readability, but is not required to.
 
Syntax 2
  RESUME NEXT
 
    ■ Returns control from an error-handling subroutine to the statement
      following the one that caused the error.
 
See Also    FOR...NEXT    RESUME