Is Visual Basic case sensitive in general?
Answers were Sorted based on User's Feedback
Answer / shilpi agrawal
Visual Basic is not a case sensitive language because if we
give it in small letters, it automatically takes it's
keyword form.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / somesh
I Guess Visual Basic is not case sensitive.
Correct me If i was wrong..
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
What do you know about chaining views.
Where will we give the option explicit keyword and for what?
Explain the usage of Web Browser Control?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
What are forms in visual basic?
How do I implement Undo?
HTML stands for What? Use of HTML ?
What is ActiveX Document?
Why we need a MDI form? How can we make a form as a mdichild form?
Difference between Linked Object and Embedded Object?
Name the four different cursor and locking types in ADO ?
what is visual basic