I have an if statement that is supposed to catch nulls and empty 
strings:
if(strValue).....

The  problem I am having is in one situation with strValue having a 
value of "" the if statement executes..

actually in the debugger
!strValue is true and strValue is true

I am more interested in why this isnt working than how to fix it if 
anyone has an idea.

tks





Reply via email to