Edneesis, thats makes sense...but say I have this code instead:


VB Code:
  1. Dim status as string = "5"
  2. If status = 5 Then
  3.    go here
  4. end if


it still runs the IF statement as true...if 5 is a string, how can it equal an integer?