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

In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?

0 Answers   Nous,


How will you get a combined string from array of string in vbscript?

0 Answers  


How can I get the value of an object property or variable in another frame?

1 Answers   Citi Bank,


What are string functions in vbscript?

0 Answers  


who will create the object?

0 Answers   Estuate,


can anyone tell me the procedure of interview held in applabs

0 Answers  


Explain about filter expression?

0 Answers  


write a vb script to display first 5 odd numbers from 1 to 100

4 Answers  


How strcomp function works?

0 Answers  


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

0 Answers  


What is vbscript procedures?

0 Answers  


can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.

1 Answers  


Categories