

If Int(GrabbedBuild) >= CurrentBuild Then
'Not up to date
Label2.Visible = True
Else
'We are up to date
End If
If Int(GrabbedBuild) >= CurrentBuild Then
'Not up to date
Label2.Visible = True
label2.text="notuptodate"
End If
If Int(GrabbedBuild) = CurrentBuild Then
'up to date
label2.text = "uptodate"
End If
