Control Structures

<< Click to Display Table of Contents >>

Navigation:  Reference (Scripting) > VBScript Basics >

Control Structures

VBScript control structures allow you to control the flow of your script's execution. To learn more about specific control structures, see the following topics:

 

Decision Structures   An introduction to decision structures used for branching.

Loop Structures   An introduction to loop structures used to repeat processes.