what is Option Implicit

Answer Posted / arka

Option Explicit On
-> x=X+1 'error

Option Explicit Off
-> x=X+1 'no error


option explicit off = option implicit (don't need to write that)

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is form in visual basic?

533


How do I do drag & drop between applications?

991


What is meant by building a recordset.

609


What are the types of line styles available in Treeview Control?

1465


Difference between Recordset and Resultsets.

3560






What is the use of parameters collection?

1552


What is Seek Method which type of record set is available this?

1506


Draw Sequence Modal of DAO? Explain.

1707


How do I get my application on top?

936


What is database vb?

510


Which property of textbox cannot be changed at runtime. What is the max size of textbox?

573


What is file in vb?

505


Is there any way to pass a variable to a form apart from using global variables?

1087


Types of LockEdits in RDO.

1584


What is the use of ActiveX Documents?

1577