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 forms in visual basic?
how a multiple routing works ?
What is the use of debug Window?
What is the use of Visual Basic Document file?
Explain the types of Views in Listview Control.
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
How do I prevent multiple instances of my program?
Is it possible to set a shortcut key for label?
How many ways we can access file using VB?
which property is used to change to some value to access a identity column in datacontrols?
Difference between Linked Object and Embedded Object?
Why does everybody say I should save in TEXT not BINARY?
what are the Differences between Recordset and Resultsets?
What is the use of progress Bar Control?
To populate a single column value which dbcontrols you to use?