This is what I need to do..

int i;  
if (i =! null)
        Response.Write(i);

i = null;


Obviously, the compiler says you can't convert a null to int though, so
is there a simple way to do this or do I need to rethink my logic? 

Alex Dresko
Three Point Oh!





---
You are currently subscribed to dotnet as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to