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
Explain about filter expression?
Explain a few date functions in vbscript
How will you get the octal value of the given number in vbscript?
Write a code to print numbers from 5 to 0?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Mention what is vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
Explain the operator precedence in vb script?
What if you do not specify anything when you call a procedure?
What are class variables?
What is the purpose of regexp object in vbscript?
what is the standards used for writing the script in QTP
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
What are the different types of operators and their order of precedence?