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
What is ActiveX Dll and ActiveX Exe?
How to customize workgroup message?
what are the different Types of Recordsets.
___ Property is used to count no. of items in a combobox.
which property used to add a menus at runtime?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
It is possible to access Text (x.txt) files? Explain.
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
What is ODBC Direct and Microsoft Jet Database Engine ?
OLE is used for _______
What are some methods you can use to send data from one VB executable to another one?
What is Internet Explorer and its uses?
What is the use of NEW Keyword? Explain.
What are 3 main differences between flexgrid control and dbgrid control?
what controls have you used in your project?