34,333
edits
Changes
→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'''