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
How do I call a DLL?
How many ways you can access file using VB?
Draw Sequence Modal of RDO and Explain?
How would you Create a Query Builder and Explain its uses
Can you tell me the properties of the controls?
I get a "file not found" error on the IIF function when I distribute by program. Why?
How many types of API functions are available in VB?
What is the need of tabindex property is label control?
Explain about form creation in Visual Basic?
It is possible to access Text (x.txt) files? Explain.
What is the default workspace?
What are 3 main differences between flexgrid control and dbgrid control?
How do I get a bitmap picture in a field in an Access database?
Explain the working of templates?
what are the Types of cursors in RDO?