How is this conditional able to execute?
- From: "Brett" <no@xxxxxxxx>
- Date: Sat, 16 Apr 2005 21:25:49 -0400
The following conditional executes given the values listed. I've listed the
values below for each of these variables. How is it that the conditional
still executes:
If (returndata.ToString <> "") And (returndata.ToString <>
ClientForm.ReturnData) Then
returndata.ToString = ""
ClientForm.ReturnData = Nothing
The first test fails and the second passes. The AND should then fail
correct?
Thanks,
Brett
.
- Follow-Ups:
- Re: How is this conditional able to execute?
- From: Adam Goossens
- Re: How is this conditional able to execute?
- From: Cor Ligthert
- Re: How is this conditional able to execute?
- From: Stephany Young
- Re: How is this conditional able to execute?
- From: Crouchie1998
- Re: How is this conditional able to execute?
- Prev by Date: Re: Limiting the directories somebody can browse to.....
- Next by Date: Re: How is this conditional able to execute?
- Previous by thread: Allowing site Access
- Next by thread: Re: How is this conditional able to execute?
- Index(es):