[thelist] ASP.NET Weird If-Then thing with Is Nothing

Casey aspnet at thecrookstons.com
Thu Aug 11 11:58:59 CDT 2005


----- Original Message ----- 
From: <Chris at globet.com>

> I don't know about VB.NET, but in VBScript Nothing and Null are two
> different things. Have you tried something along the following lines:
>
> strAddress2 = sdrDocs("Address2")
>
> bIsBadValue = IsNull(strAddress2)

I think isNull became null is VB.NET, but what you are saying makes sense.
How would I distuniguish between Null and Nothing in VB.NET?





More information about the thelist mailing list