masterigor
12-12-2004, 09:51 AM
can i do a statement like =
If Label2.Caption = "+" And Label4.Caption = "" Then
Label4.Caption = Int(Label1.Caption) + Int(Label3.Caption)
Else
and can i do the else with like else if label2.caption ="+" how can i do that>?
If Label2.Caption = "+" And Label4.Caption = "" Then
Label4.Caption = Int(Label1.Caption) + Int(Label3.Caption)
Else
and can i do the else with like else if label2.caption ="+" how can i do that>?