|
Class Notes: Visual Basic Week: 8 Chapter 5 – Decisions Brief Review of Quiz 5.2 If Blocks continued Example #4 – pg. 208 – Use of Ucase() ElseIf Construct – pg. 208 Comments – pg. 210, 211
5.3 Select Case Statement The select case simplifies choosing between choosing several actions – pg. General form of the Select Case statement is: – pg. 223 Select Case selector Case valueList1 Action1 Case valueList2 Action2 ……. Case Else Action of last resort End Select
Example #2 – pg 222 Example #5 – pg. 226 Example #6 – pg. 227 CASE STUDY – 5.4 – pg. 237 – 244 – cover the logic… |
Copyright ©2001-2002, Walter Wimberly – Instructor and all |