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 the constants in vbscript?
How do display output message without using msgbox function?
Explain about scrrun.dll?
Mention how to assign a date value to a variable?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
which one is more secure vb script or java script ??????? or both are same ??????
Diff between web table ,datatable and data base (QTP)
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the difference between a dictionary and an array?
Which function allows you to instantiate an object given its programmatic identifier or progid?
Mention what are the rules to name variable in vbscript?