G 
		
								
				
				
			
		Guest
Hello
i just encountered a funny situation
Dim i As Integer = 0
MsgBox(i = Nothing)
and
MsgBox(IsNothing(i))
produce a different result , could someone explain me why ?
p.s.
The code i encountered this problem with is not mine , but we just
  , but we just
discovered a bug in code written by a third party developer , after a brief
discussion i could not
explain why it produces a different result so i call on the cavalery
				
			i just encountered a funny situation
Dim i As Integer = 0
MsgBox(i = Nothing)
and
MsgBox(IsNothing(i))
produce a different result , could someone explain me why ?
p.s.
The code i encountered this problem with is not mine
 , but we just
  , but we justdiscovered a bug in code written by a third party developer , after a brief
discussion i could not
explain why it produces a different result so i call on the cavalery

