 |
VBScript Looping Statements - W3Schools Online Web Tutorials
... Loop statement - loops while or until a condition is true While...Wend statement - Do not use it - use the Do...Loop statement instead For...Next Loop Use the For...Next statement to run a block of code a specified number of times. The For i), and its
www.w3schools.com |
 |