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 |
which is the good software training centre in bangalore?
How will you get the natural logarithm of the given number in vbscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?
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?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
write a vb script to display ***** ***** ***** ***** *****
What is the difference between Javascript & Vbscript?
how to add action through AOM in QTP