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

How would you add elements and pictures to listitems in listview control?

1539


___ is a property to resize a label control according to your caption.

1102


It possible to call OLEDB?s Features directly in VB without using any control?

1618


What is the use of ActiveX Documents?

1578


What is the use of parameters collection?

1552






___,___ and __ are difference between image and picture controls.

1123


How would you map properties to controls by using ActiveX Control Interface Wizard?

1715


which property used to add a menus at runtime?

1470


What is the Windows API?

1018


Why visual basic is used?

536


What is the default workspace?

1645


In which areas the Error occurs?

1475


When/Why should I use Option Explicit?

976


What is dao in vb?

511


Advantage of ActiveX Dll over Active Exe.

1560