M
Max Christian
Quick sanity check: in VB.NET 2003, is the function below guaranteed
*always* to return False?
Public Class myClass
Public Function testFunc()
Dim b as Boolean
Return b
End Function
End Class
(I'm getting a rare bug in deployed software that could be explained
by the Dim not forcing b=False.)
Thanks!
*always* to return False?
Public Class myClass
Public Function testFunc()
Dim b as Boolean
Return b
End Function
End Class
(I'm getting a rare bug in deployed software that could be explained
by the Dim not forcing b=False.)
Thanks!