what is Option Implicit
Answer Posted / arka
Option Explicit On
-> x=X+1 'error
Option Explicit Off
-> x=X+1 'no error
option explicit off = option implicit (don't need to write that)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to find the current record position in data control?
How can Visual Basic be used for server-side scripting?
How to get Cursor position using API?
Write the steps in Creating ActiveX Dll and Active Exe?
____ property of menu cannot be set at run time.
How do I call help files from a VB program?
what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com
Whether HTML supports multimedia: and document links?
How can you filter out specific type of file using file system controls?
Types of cursors in RDO.
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Can a VB application be an OLE server?
How would you run your ActiveX Document Dll?
What are 3 main differences between flexgrid control and dbgrid control?
What is the use of Hyperlink control for DHTML applications?