Search here for all the info you want in this Blog

Control Structures

Control Structures

Using conditional statements and looping statements (also known
as control structures), you can write VBScript code that makes
decisions and repeats actions.

          If..Then

          If..Else

          Nested IF

          Select..case

          For..next

          For..each

          While..wend

          Do While..loop

          Do..loop while

          do until..loop

          do.. loop untill

No comments:

Post a Comment