Control Flow Summary (Visual Basic)
Visual Studio 2010
Visual Basic language keywords and run-time library members are organized by purpose and use.
Action | Language element |
|---|---|
Branch. | |
Exit or pause the program. | |
Loop. | Do...Loop, For...Next, For Each...Next, While...End While, With |
Make decisions. | |
Use procedures. |