What does option Explicit means?

Answers were Sorted based on User's Feedback



What does option Explicit means?..

Answer / aftab kashif

This means that all variables must be declared before being
put to use.
i.e. they must be exlicitly declared

Is This Answer Correct ?    33 Yes 3 No

What does option Explicit means?..

Answer / nishant ranjan

When we use option explicit then we must have to declare
all the variables.

Is This Answer Correct ?    18 Yes 2 No

What does option Explicit means?..

Answer / 123

It is used to trap the undeclared variables in the modules

Is This Answer Correct ?    8 Yes 2 No

What does option Explicit means?..

Answer / srinivas shetty

if we want the complier to check for the undeclared
variables then option explicit can be used.

shetty

Is This Answer Correct ?    7 Yes 3 No

What does option Explicit means?..

Answer / shreya sondur

The Option Explicit statement checks in the module for
usage of any undeclared variables and reports an error to
the user.

Is This Answer Correct ?    4 Yes 0 No

What does option Explicit means?..

Answer / shivnath

When we have to use a variable in a program, Option Explicit
tell us to declare them must else the program will break by
the compiler in run mode. It is an indicator only.

Is This Answer Correct ?    4 Yes 1 No

What does option Explicit means?..

Answer / raju joshi

All the variable which are used witing the program need to
be declared when you use this option

Is This Answer Correct ?    4 Yes 5 No

What does option Explicit means?..

Answer / antony akkara j.

if we declaring "option explicit" - then we have to declare each variable datatype what is exactly ?. So we can trap undeclared variable(s). But in "option Implicit" - case will be straight opposite.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

Difference between DDE and OLE.

0 Answers  


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


What type of record sets are available in ADO?

4 Answers  


How do you change the icon and otherwise manipulate the DOS box?

0 Answers  


How many MDI(multiple document interface) forms can include in one project(especially in visual basic)?

6 Answers   Satyam, VSS,






which property of menu cannot be set at run time.

0 Answers  


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

0 Answers  


I get a "file not found" error on the IIF function when I distribute by program. Why?

0 Answers  


___,___ arguments will be used to run a executable program in shell function

0 Answers  


What is VB ShellScripting?

1 Answers   Wipro,


What are the types of Error? In which areas the Error occurs?

0 Answers  


Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.

0 Answers   Accenture,


Categories