Changes

Jump to: navigation, search

Visual Basic Flow Control

No change in size, 19:06, 7 August 2007
Using If ... Then to Make Decisions
== Using If ... Then to Make Decisions ==
The ''If ... Then'' construct is probably the most common decision making tool used by Visual Basic programmers. teh The basic syntax of this decision structure is as follows:
'''If''' ''expression'' '''Then'''

Navigation menu