VBScript – Logical, Comparison, and Concatenation Operators
Logical Operators To compare two different variables and also to evaluate the Boolean expressions logical operators are used. Let us have look at these one by one: AND expression1 AND expressions2 There will be four different combinations, E1 AND E2 (E1=True, E2=True) = True. If both the expressions are true then the result will be …