M
marcwentink
To my surprise Visual Studio 8 - VB evaluates C_B in
if C_A And C_B Then
And Hence if C_B is an expression that can only be validated if C_A is
true my code crashes. For example
If p_EdType <> "" And CLng(p_EdType) > 0 Then .....
There is no Conditional-And operator in Visual Basic?
I am presently working in VS 8 / .NET 2005
Marc Wentink
if C_A And C_B Then
And Hence if C_B is an expression that can only be validated if C_A is
true my code crashes. For example
If p_EdType <> "" And CLng(p_EdType) > 0 Then .....
There is no Conditional-And operator in Visual Basic?
I am presently working in VS 8 / .NET 2005
Marc Wentink