Is Visual Basic case sensitive in general?

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


Please Help Members By Posting Answers For Below Questions

What's the difference between MODAL and MODELESS forms?

1304


Explain about creating VB applications in excel?

918


Maximum Control Names length?

2184


___ argument can be used to make a menuitem into bold.

1604


What are the tools in visual basic?

770


How would you create your application in DHTML?

1664


what are the Types of LockEdits in RDO?

1955


Clear property is available in ____,___ control.

1310


What about DLL calls that require callbacks?

1227


What is the use of NEW Keyword? Explain.

1789


Is there any Edit method in ADO Data Access method?

1831


what are the Types of cursors in RDO?

2104


what are the Default cursor Type and LockEdit type in DAO?

1993


Binary Access-method isused to access file in which manner?

1707


What are the uses of List View Control?

1775