Loop Statements Visual Basic / General Development
This tutorial will help you understand: "For ... Next" Statements; "While" Statements; "Do ... Loop" Statements; Breaking Loops Early.
Controlling Program Flow Visual Basic / Getting Started
To control the VB program flow, we can use various conditional operators. Basically, they resemble mathematical operators. Conditional operators are very powerful tools, they let the VB program compare data values and then decide what action to take, whether to execute a program or terminate the program and etc.