compare the string without using stringcomp function?
2. how to compare values without using String compare function?
Ans:
Option Explicit
Dim strValue
strValue = "Thatavarthi"
If strValue = "Thatavarthi" Then
MsgBox "Both strings are same"
Else
MsgBox "Both strings are not same"
End If
'Expected out Put
---------------------------
---------------------------
Both strings are same
---------------------------
OK
---------------------------
| Is This Answer Correct ? | 0 Yes | 1 No |
who will create the object?
how to check whether link is disabled in QTP??
Which data type/types are supported by vbscript language and what are their specialties?
Mention what is vbscript procedures?
Which in-built function related to an array joins substrings into one string in the vbscript language?
How to Import data from a file (file is on the desktop) to the data table
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
What is variant in vb script?
What is difference between Active screen and movie screen recorder in QTP 9.2?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
join all the array values without using join function?
Find Out Length of an array without using Ubound?