How to work with Multiple If Statement
To work with Multiple If Statement
This Visual Basic language is used in this format:
If condition Then
[statements]
[ElseIf condition-n Then
[elseifstatements] ...
[Else
[elsestatements]]
End If
The coding example will be shown in the next topic...
No comments:
Post a Comment