What are the comparison operators does VBScript? UFT GUI
Question ID: 106568
0
0

I am constantly jumping from one project to another and forget the VBScript comparison operators. Does anybody have list of them?

Marked as spam
Posted by (Questions: 63, Answers: 1)
Asked on January 5, 2016 3:16 pm
77 views
Answers (2)
1
Private answer

HP had document that cover this (KM184109) but they have retired it.

**VBScript Comparison Operators**
Less Than: <
Less Than or Equal To: <=
Greater Than: >
Greater Than or Equal To: >=
Equal To: =
Not Equal To: <>

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on January 5, 2016 3:50 pm
0
Private answer

Less Than:

< Less Than or Equal To: <= Greater Than: >
Greater Than or Equal To:

>=
Equal To:

=
Not Equal To:

<>

Marked as spam
Posted by (Questions: 3, Answers: 168)
Answered on January 5, 2016 5:03 pm
0
Jafar, how does your comment differ from bublehead712's answer other than formatting?
( at January 5, 2016 5:26 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top