For … Next
Syntax
- For <index variable> = <low bound> To <high bound>
- <statements>
- Next <index variable>
The index variable should be an integer
Form1.Print “I will not talk in class. -- Bart Simpson”
Form1.Print i & “ will not talk in class. -- Lisa”