How to work with Multiple If Statement in this example
To work with Multiple If Statement in this example
This Visual Basic language is used in this example. Words of textboxes are put in the If condition as shown below:
If Text1.Text > Text2.Text Then
Text3.Text = Text1.Text
ElseIf Text1.Text <>
Text3.Text = Text2.Text
ElseIf Text1.Text = Text2.Text Then
Text3.Text = "Equa"
End If
No comments:
Post a Comment