Is VBscript case-sensitive?

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


Please Help Members By Posting Answers For Below Questions

why do u choose to go for testing why cant for devoloping

1844


How regexp.execute method works?

837


Which function allows you to instantiate an object given its programmatic identifier or progid?

810


Explain some uses of vb script?

780


How to Import data from a file (file is on the desktop) to the data table

1837


How to get the length of the string by making use of the string function?

831


How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.

2812


Why is it recommended to close the database connection every time after the work is completed?

724


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?

733


hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz

2797


Anyone have qtp11.0 crack?

2614


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3430


how to acces the remote mechine using vb cript(QTP)

1796


I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

2026


What is byref and byval parameters in vbscript?

839