Iteration (Looping Constructs in VB)
Iteration (Looping Constructs in VB)
Iteration (Looping Constructs in VB)
For..Next Loops
For..Next
For Counter/LoopIndex LoopTosyntax:
= Start End [step step]
Statements (Body of Loop)
Next Counter/LoopIndex
The For..Next loop uses the For and Next statements
and a Counter Variable [LoopIndex]
The program checks for greater than the test value and
not equal to
Exiting For..Next Loops