1
June 28, 2008 11:20 PM
Posted by: Jerry Lees
Conditional statements, for, for next, next, step, VBScript, VBScript Statements, vbscriptstatements
VBScript Statements: Explanation of the For … Next Statement
Posted by: Jerry Lees
The For Next statement is very useful for situations where you need to loop through a piece of code a specific number of times. You can use Exit For statements to exit out of a For loop, if you need to check for a...




