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 |
why variable name should not exceed 255 characters?
Which function allows you to instantiate an object given its programmatic identifier or progid?
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
What is loose binding? Why is it not a good practice to use it?
How to generate 3 digit random number?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
Mention what is vbscript?
What is the difference between vb debugger and the script debugger?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
what is the difference between modular and data and keyword driven framework
What is the use of the instr function?
What are the advantages of vbscript?