1
August 9, 2008 1:57 AM
Posted by: Jerry Lees
Conditional statements, VBScript, VBScript Statements, wend, while, while wend
VBScript Statements: Explanation of the While … Wend Statement
Posted by: Jerry Lees
The While conditional statement is useful because it allows you to repeat a block of code as long as a conditional test is True, rather than just a simple number of times. It is useful in situations where you need to loop through code,...




