Changes

Jump to: navigation, search

Visual Basic Flow Control

185 bytes added, 20:21, 7 August 2007
Using If ... Then .. ElseIf to Make Decisions
</pre>
This approach works well for a moderate number of comparisons, but can become cumbersome for a larger volume of valuesor expression evaluations.For such situations, the ''Select Case'' construct provides a more flexible and efficient solution. == Evaluating Multiple Possibilities using Select Case ==

Navigation menu