Answer Posted / monika
VBScript is "not" a case sensitive until we are not doing binary comparison. if we are doing binary comparison than it is case sensitive.
e.g. TEXT and text will be different if binary comparison is done. but it will be same if textual comparison is done
StrComp("TEXT","text")
outpot: -1
StrComp("TEXT","text",1)
outpot: 0
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to Import data from a file (file is on the desktop) to the data table
What is variant in vb script?
Is vbscript language a case-sensitive language and what does it mean?
How will you format a number in percetage format in vbscript?
Explain the support of asp for vb script functionality?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Explain a few date functions in vbscript
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
What are events in the vbscript language?
What is vbscript procedures?
Which operator can be used to check if two numbers are equal or not in vbscript?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Explain about operator precedence in vb script?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?