Quantcast
Channel: The VBScript Network and Systems Administrator's Cafe » while
Browsing latest articles
Browse All 2 View Live

VBScript Statements: Explanation of the Do Loop Statement

The Do … Loop statement is very useful (like, for … next and Select … case) to execute a block of code more than once. However, where it differs from the other two is that the Do … Loop statement...

View Article



VBScript Statements: Explanation of the While … Wend Statement

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...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images