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
Explain Default cursor Type and LockEdit type in DAO?
What is the need of tabindex property is label control.
What is Pseudocode?
Is there any way to pass a variable to a form apart from using global variables?
What is file in vb?
How would you attach an ActiveX control in Your Application?
What is the difference between change event in normal combobox and dbcombobox?
What do you mean by provider?
Why visual basic is used?
What is meant by Establish Connection in RDO?
How would you create your application in DHTML?
How do I remove/change the picture property of a control at design time?
How do you avoid the "Invalid use of null" error when reading null values from a database?
What is the difference between adodc and adodb in vb?
How can I create a VBX?