 |
Control Structures in Visual Basic 6.0, If...Then, If...Then...Else, Select...Case Selection Structu
Control Statements are used to control the flow of program's execution. Visual Basic supports control structures such as if... Then, if...Then ...Else, Select...Case, and Loop structures such as Do While...Loop, While...Wend, For...Next etc method.
visualbasic.freetutes.com |
 |