If- Then- Else:
Syntax- If Condition Then
[If block Statements]
Else
[Else Block Statements]
End If
Ex- If a > b Then
Msgbox (“A is greater”)
Else
Msgbox (“B
is greater”)
End If
No comments:
Post a Comment