Tuesday, December 11, 2007

How to work with Select Case Statements

How to work with Select Case Statements

To work with Select Case Statements

This Visual Basic language is used in this format:

Select Case testexpression

[Case expressionlist-n

[statements-n]] ...

[Case Else

[elsestatements]]

End Select

The coding example will be shown in the next topic...

No comments: