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

What is the difference between a dictionary and an array?

0 Answers  


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

0 Answers  


how to store charecters of HARIBABU Using arrays

4 Answers   Cap Gemini,


Mention what is vbscript procedures?

0 Answers  


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

0 Answers  






How will you get the octal value of the given number in vbscript?

0 Answers  


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

4 Answers  


filter the array values without using filter function?

0 Answers   CSS Corp, WQED,


In our application qtp unable to indentify the menu items,we tried number of times to add objetcs into object repository but fail. through normal recording mode only objects going to add into repository but while running same recording script qtp showing a error like " unable to indentify the object". in repository there is no any properties and pro values for that object and also i tried with virtual object config also unable to find the object in application and in repository. Then what i have to do to identify menu objects????? can anybody hell me pls..............

2 Answers   Blue Star,


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

1 Answers   IBM,


What purpose does ‘on error resume next’ serves?

0 Answers  


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

0 Answers   IBM,


Categories