Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AND operator issue
#2
Solved: 10 Years, 10 Months ago
it might be that the values in the variable is String. Here u r comparing with a boolean value.

try the below code

Code:
if blFlag="True" AND blFlagA2="True" AND blFlagA3="True" Then

I hope this would work.

Regards,
Ankesh
It might be that the values in the variables are string values and u r comparing for the boolean value.

Try the below code...
Code:
If blFlagA1="True" AND blFlagA2="True" AND blFlagA3="True" AND blFlagA4="True" Then


i hope this would work.

Regards,
Ankesh
Reply


Messages In This Thread
AND operator issue - by mv8167 - 09-09-2011, 10:17 PM
RE: AND operator issue - by Ankesh - 09-12-2011, 11:21 AM
RE: AND operator issue - by mv8167 - 09-12-2011, 08:52 PM
RE: AND operator issue - by vIns - 09-13-2011, 06:55 AM
RE: AND operator issue - by mv8167 - 09-14-2011, 12:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Dividing a term into years and months using mod operator in VBScript Brian.Osborne 1 2,738 02-18-2011, 10:54 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)