Is VBscript case-sensitive?
Answers were Sorted based on User's Feedback
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 |
Explain vbscript in detail?
How to Enter Values on the Command promt using VB script
Can u describe what kind of testing are for OTC derivates by banks.
How to open excel in vb script?
accept a string & display whether a is present or not
How will you get a string with the specified character the specified number of times in vbscript?
Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it
Explain about the support of asp for vb script functionality?
Which object provide information about a single runtime error in a vbscript?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How to generate 3 digit random number?
how to validate the text in a web table