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 are the Differences between ActiveX Control and Standard Control?
what are the Types of cursors in RDO?
How do I create a window with a small title bar as in a floating toolbar?
What is data control in vb?
What is the default model of the form?
How do I call help files from a VB program?
How would you create Visual basic Document file?
Explain about control properties?
What are the rules which should be followed while naming a variable in VB?
How do I implement Undo?
How many File System Controls are there ? Explain.
How should dates be implemented so they work with other language and country formats?
what is the Difference between Linked Object and Embedded Object?
To find the current recordposition in data control.
What is constructors and distructors.