|
|
Controlling Program Flow in VBScript |
|
|
ASP-Help.com |
|
|
ASP / Scripting |
|
|
Click to Visit |
|
|
36 |
This online learning source provides various looping and conditional statements that exist in VBscript and povides syntax for them via sample programs. Using this tutorial you will learn the ways to execute a particular process if the value matches with condition, process other task if condition fails, and to repeat the process to certain time, stop the repeatitive process if the condition is satisfied, etc., using If...Then...Else, Do...Loop, While...Wend, For...Next statements.
|