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
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
What are the different procedures associated with the object?
What's the difference between MODAL and MODELESS forms?
Explain about conditional operators?
What is the use of Tabledef?
What is a toolbox in visual basic?
by writing MACRO CODE,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). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
what is the Difference between Linked Object and Embedded Object?
How would you create Visual basic Document file?
What is the use of debug Window?
which property of menu cannot be set at run time.
What are the tools in visual basic?
Explain about literals?
What is the use of Visual Basic Document file?
How do I call a DLL?