C
cmdolcet69
I have a tmpValues as New Arraylist
When Iget to this code:
If tmpValues.Contains("..") Then
MessageBox.Show("This is not a number")
exit sub
End If
When I put a watch on the tmpvalues and open it up I see the Items
(0)
System.windows.form.label
then all the properties of the label including the .text fields which
has the ..3 in it.
Why don't it go into the messagebox statement ("This is not a
number")?
Can anyone help ASAP
Thanks
When Iget to this code:
If tmpValues.Contains("..") Then
MessageBox.Show("This is not a number")
exit sub
End If
When I put a watch on the tmpvalues and open it up I see the Items
(0)
System.windows.form.label
then all the properties of the label including the .text fields which
has the ..3 in it.
Why don't it go into the messagebox statement ("This is not a
number")?
Can anyone help ASAP
Thanks