what is Option Implicit
Answer Posted / prashant verma
suppose we have declare X as a character.
now if we use x instead of X(capital letter) accidentally
then vb will not raise any error because x get declared as
variant(a default data type) implicitly
option implicit is used for that
bt if we want vb not to declare implicitly then we use
Option explicit
ie.. the vb will raise error
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I dial a phone number without using the MSCOMM VBX?
Explain OLE Drag and Drop.
Advantage of ActiveX Dll over Active Exe.
What is the use of Hyperlink control for DHTML applications?
Draw Sequence Modal of DAO and Explain?
Types of ActiveX Components in VB?
Is there any way to pass a variable to a form apart from using global variables?
What is the use of NEW Keyword? Explain.
What is OLEDB?
___ is a property to resize a label control according to your caption.
How can you force new objects to be created on new threads?
How do I make the mouse cursor invisible/visible?
Explain the usage of Web Browser Control?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
Is it possible to change menu runtime using API? If yes Specify the function names?