 |
For...Next Statement (Visual Basic)
Tip A While...End While Statement (Visual Basic) or Do...Loop Statement (Visual Basic) works well when you don't know in advance how many times to run the statements in the loop. However, when you expect to run the loop a specific number of times, a For..
msdn.microsoft.com |
 |