Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is VBscript case-sensitive?

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


Please Help Members By Posting Answers For Below Questions

How will you release the memory acquired by an array variable in vbscript?

1271


Explain some uses of vb script?

1015


How do you declare a variable in vbscript?

1111


Mention what are the rules to name variable in vbscript?

1070


Mention what is variant in vbscript?

985


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?

2226


What are the naming conventions while declaring a variable in the vbscript language?

1082


Mention what is the technology used by vb script?

1014


How to open a file. What is the perpose of true and false mode there?

1164


How many types of operators are available in the vbscript language?

1006


wht must be the interview question on corinthian information technology solutions incorporated.

2666


What are class variables?

1086


how to automatically update the sql server2005 database records when insert in vb6?

1995


Which constant is used for print and display functions and works as same as pressing enter key?

1043


Explain about arrays in vb script?

1120