what is Option Implicit
Answer Posted / anna
Option Explicit has 2 values ON and OFF
deafult value is ON
-Option Explicit means - All the variables should be
declared before its use.
Else it shows error..it is a good practice to use this..
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Difference between Linked Object and Embedded Object?
what are the different Types of Recordsets.
What is Pseudocode?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
How would you convert a form into document?
Are there any examples of commercial applications built using Visual Basic?
To find the current recordposition in data control.
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
How do I implement Undo?
What are the Internet tools available in VB 6.0?
How many ways we can access file using VB?
What is the use of command Object?What are the various types of variables?
What is constructors and distructors.
What is the Windows API?
What is the use of property page Wizard in ActiveX Control?