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 is ActiveX Document?

1892


Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.

1326


Give brief description about class?

1677


What is the need of tabindex property is label control.

1704


Difference between ActiveX Control and Standard Control.

2395


What are the uses of List View Control?

1680


What is ado in vb?

734


Is it possible to Access BackEnd procedures?

1834


Write the Steps in Creating an ActiveX Control?

1727


Maximum Control Names length?

2168


Types of LockEdits in DAO? 51 .Types of Recordsets.

1677


How do I do drag & drop between applications?

1237


What are the uses of List View Control?

1762


Is visual basic c#?

707


How do I force a file dialogue box to reread the currect disk?

1196