Answer Posted / mahvish
No! V.B is not a case sensitive in general.
But in case of string value it is case sensitive i.e
dim a as string
a="hello"
or
a="Hello"
both string values "hello" and "Hello" are differ to each
other.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the default workspace?
Explain what is Visual basic?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What is understand in resource tracking?
How many objects resides in ADO ?
How to get freefile location in memory?
Is it possible to Access BackEnd procedures? Explain.
DHTML Is used for what?
What is Parser Bug?
How can you Implement windows functionality in VB?
What is the need of tabindex property is label control.
Is it possible to change menu runtime using API? If yes? Specify the function names.
How do I make an animated icon for my program?
Explain the working of templates?
What is DAO?