Hi Guys,
I am probably doing something stupid here lol im trrying to update a label.txt with an integer, everytime we loop we update the label by + 1
Using the code above i get "Option Strict On disallows implicit conversions from 'String' to 'Double'" im looking to grab the current value of the label then just add 1 each time.
any help would be great!
cheers guys
Graham
I am probably doing something stupid here lol im trrying to update a label.txt with an integer, everytime we loop we update the label by + 1
Code:
Dim number As Integer
lblFailed.Text = number.ToString + 1
any help would be great!
cheers guys
Graham