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
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Write a Script for ATM in QTP
How to Import data from a file (file is on the desktop) to the data table
about vb scripting programs this type of all question& answers
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How will you get a subset of a array in vbscript?
How to create a function in vbscript?
What is the main difference between function and sub-procedure?
Explain about arrays in vb script?
Mention how to create a cookie using vbscript?
What is sql loader? Explain the files used by sql loader to load file?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
What are the different types of loops available in the vbscript language?
How will you convert a string to upper case string using vbscript?
What is the difference between VBScript and JavaScript?