Logical and Concatenation Operators in VB Script - TestingQ.com

-->Exclusive Portal for Testing Jobs

Logical and Concatenation Operators in VB Script

Logical Operators:
Logic operators are used to manipulate and create logical statements


 Operator
      English
   Example
Result
    Not
  Inverts Truth Value
   Not False
  True
     Or
 Either Can Be True
 True Or False
  True
   And
 Both Must Be True
True And False
  False







Concatenation Operator:
& --> Concatenation of any type of data can be done.
Ex: a = "Good"
      b = "Morning"
Msgbox a & b      Output: GoodMorning 



To receive daily posted JOBS & Interview Questions
Just enter your email address below and click 'Submit'
Enter your email address:

Make sure to activate your subscription by clicking on the activation link sent to your email