NEXT

Function

NEXT is the last statement in a FOR NEXT loop.

Syntax

NEXT [V]

V is optional and is a variable name that corresponds to the original FOR statement.

Examples

NEXT I

or

NEXT