Select Case Statements
The other way to test the data inside a variable is by using a Select case Statements. In visual basic, the Select case statements are just like If statement but with a little difference. For me, the Select Case statement is better and more efficient.
- Read more about Select Case Statements
- Log in or register to post comments
- 399 views