Is VBscript case-sensitive?

Answers were Sorted based on User's Feedback



Is VBscript case-sensitive?..

Answer / sai

VBScript is "not" a case sensitive

Is This Answer Correct ?    26 Yes 3 No

Is VBscript case-sensitive?..

Answer / 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

Is VBscript case-sensitive?..

Answer / sujatha_k

Vb script is case sensitive

Is This Answer Correct ?    3 Yes 19 No

Post New Answer

More VB Script Interview Questions

How to write VB script for login module?

0 Answers  


I want good books or good sites for scripting.Can any one help me.

0 Answers   Wipro,


if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.

3 Answers   Cap Gemini,


What is the difference between a dictionary and an array?

0 Answers  


When are redim statement and preserve keyword used in the vbscript language?

0 Answers  






Explain How do you create a recordset object in vbscript?

0 Answers  


what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is manu.sanepalli@gmail.com

4 Answers   TCS,


write a vb script to display the reverse of vbs

2 Answers  


Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.

0 Answers  


a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?

2 Answers  


What is vbscript?

0 Answers  


What are the uses of vb script?

0 Answers  


Categories