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
How will you release the memory acquired by an array variable in vbscript?
Explain some uses of vb script?
How do you declare a variable in vbscript?
Mention what are the rules to name variable in vbscript?
Mention what is variant in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
What are the naming conventions while declaring a variable in the vbscript language?
Mention what is the technology used by vb script?
How to open a file. What is the perpose of true and false mode there?
How many types of operators are available in the vbscript language?
wht must be the interview question on corinthian information technology solutions incorporated.
What are class variables?
how to automatically update the sql server2005 database records when insert in vb6?
Which constant is used for print and display functions and works as same as pressing enter key?
Explain about arrays in vb script?