K
karim
I am trying to have a btn that calculates. I'm using if statment but for some
reason it's not working. it has a blue line under if and then. here is the
code...
If
rbg.Checked=True then
lbl2.Text = ((txt2.Text / 453.592) / lbl1.Text)
Else
End If
thanks for any help...
reason it's not working. it has a blue line under if and then. here is the
code...
If
rbg.Checked=True then
lbl2.Text = ((txt2.Text / 453.592) / lbl1.Text)
Else
End If
thanks for any help...