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

Explain about the functionality of vb script?

576


Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

1826


1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)

1620


What are the different types of operators and their order of precedence?

574


Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP

1877






What purpose does ‘on error resume next’ serves?

553


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2398


how to set one column as primary key in QTP and fetch values accordingly

1827


Explain about operator precedence in vb script?

579


write any ttest cases using check points and parameterization

1823


How to make sure that items in a wintree are sorted al?

2358


What is dictionary object in vbscript? Explain?

628


how to increasing the numbers in a given text box please write a vb script

1706


Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar

1968


Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?

582