◄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►