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

Explain about declaring variables in Visual basic?

648


What is the use of Visual Basic Document file?

1991


Why doesn't "my string" & Chr$(13) do what I want?

1186


What is the difference between c++ and visual basic?

592


Why API functions are Required?

1892






Types of ActiveX Components in VB?

1534


Difference between Class Module and Standard Module?

2077


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

1444


What are the properties of datacontrol?

1612


How would you find out the value property in Slider Bar Control?

1544


what is the control used to call a windows application.

1595


What is vbs file?

658


Types of cursors in DAO?

1569


Where can I get good up-to-date information about VB?

1003


___ is the control used to call a windows application.

1171