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
What is a thread pool and how are the threads within a thread pool managed?
How do I speed up control property access?
What is the difference between adodc and adodb in vb?
Advantage of ActiveX Dll over Active Exe.
What do you know about user forms.
Difference between Linked Object and Embedded Object?
How to down load image properties.
___ argument can be used to make a menuitem into bold.
How do you zoom in visual basic?
what is the Property used to add a menus at runtime?
What is dao in visual basic?
Explain what is Visual basic?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
What is the use of debug Window?
Which method is preferred to save datas like database?