answersLogoWhite

0

Is VB case sensitive

Updated: 8/9/2023
User Avatar

Wiki User

9y ago

Best Answer

No. It will convert things into similar cases to match off for simplicity. So for example, if you type a variable name and then use it again, it will use the same case that it was originally declared in and change it into that when you type it.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Visual BASIC will automatically convert what you type into the correct case when you type it for commands. For variable names you should adopt a standard way of doing things so that you use a standard case for your variables.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

No, VBScript is not case-sensitive.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Yes.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is VB case sensitive
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is xml case sensitive?

Yes xml is case sensitive, this includes enumerations which are also case sensitive.


What is the secritycode for 5 case -sensitive characters 13 case -sensitive characters 10 hexadecimal 0-9 a-f case -sensitive characters 26 hexadecimal0-9 a-f case -sensitive characters?

asfasf


Which case is case sensitive upper case or lower case?

Both. "Case sensitive" means that upper case and lower case characters are treated as different characters.


How about c and c plus plus are they case sensitive?

Yes. C and C++ are case sensitive, although, depending on implementation, external symbols might not be case sensitive.


How do you write case sensitive?

Something is case sensitive when it requires proper capitalization and lower case letters as well as numbers. Case sensitive passwords will not work if you forget to make sure the proper letters in words used for password are capitalized. An example of a case sensitive word would be WikiAnswers.


Are Linux commmands entered via the command line sre they case sensitive?

Yes they are case sensitive.. :-)


Is ASP case sensitive?

No.


Is WikiAnswers case sensitive?

No.


Is an email address case sensitive?

A URL is case sensitive. An email address is not. If you had an address of AbCd, the email provider will automatically switch it to abcd, even if you type it as AbCd. (In years past, email addresses were all case sensitive. But not now.) Passwords though are all CaSe SenSitIve.


Is form tag case sensitive?

No. HTML tags are not case sensitive. However, he standard approach by designers now, is to type them in lower case.


Smackdown vs raw 2010 cheats to 360?

The RockEnter The Great One as a case-sensitive code. Dirt Sheet and Vince's Office Backstage Brawl areasEnter BonusBrawl as a case-sensitive code. John Cena's alternate attireEnter CENATION as a case-sensitive code. Randy Orton's alternate attireEnter ViperRKO as a case-sensitive code. Santino Marella's alternate attireEnter Milan Miracle as a case-sensitive code. Shawn Michaels' alternate attireEnter Bow Down as a case-sensitive code. Triple H's alternate attireEnter Suck IT! as a case-sensitive code.


Is “C language” case sensitive programminIs “C language” case sensitive programming language If yes why and if no whyg language If yes why and if no why?

C is case sensitive, which means that, for example, $var and $VAR are not the same variable.