H
Hareth
I Tried:
If label1.Text < 80 Then
lblOutput.Text = "Word I wanna say"
It didnt work...
Do I have to import something? declare something? missing something?
It didnt generate any errors, just doesnt do anything.
label1.text always is a number.....
VS2003 VB.net
If label1.Text < 80 Then
lblOutput.Text = "Word I wanna say"
It didnt work...
Do I have to import something? declare something? missing something?
It didnt generate any errors, just doesnt do anything.
label1.text always is a number.....
VS2003 VB.net