NEXT |
Action
Ends a FOR..NEXT structure. Syntax NEXT [var] Remarks var The index variable
that is used as a counter when you form the structure with FOR var. Var
is optional and not needed. See
also
END
|