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 |
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?
How will you get a combined string from array of string in vbscript?
How can I get the value of an object property or variable in another frame?
What are string functions in vbscript?
who will create the object?
can anyone tell me the procedure of interview held in applabs
Explain about filter expression?
write a vb script to display first 5 odd numbers from 1 to 100
How strcomp function works?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What is vbscript procedures?
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.