If STATUS is a string and I have this code:
VB Code:
Dim status as string = 5 If status <= 7 Then go here end if
why does this code see the IF statement as true, since STATUS is not an integer?
just wondering...
|
Results 1 to 7 of 7
Thread: data typeThreaded View
|
Click Here to Expand Forum to Full Width |