Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16797 Points
2608 Posts
MVP
May 06, 2012 10:59 AM|LINK
siraero Session("thestat") = "" And Session("themail") = ""
Session("thestat") = "" And Session("themail") = ""
Why the and statement? Shouldn't the code be on two lines
Session("thestat") = ""
Session("themail") = ""
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: Boolean error for request.querystring
May 06, 2012 10:59 AM|LINK
Why the and statement? Shouldn't the code be on two lines
Session("thestat") = ""
Session("themail") = ""
Space Coast .Net User Group