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
Explain about declaring variables in Visual basic?
What is the use of Visual Basic Document file?
Why doesn't "my string" & Chr$(13) do what I want?
What is the difference between c++ and visual basic?
Why API functions are Required?
Types of ActiveX Components in VB?
Difference between Class Module and Standard Module?
Types of LockEdits in DAO? 51 .Types of Recordsets.
What are the properties of datacontrol?
How would you find out the value property in Slider Bar Control?
what is the control used to call a windows application.
What is vbs file?
Types of cursors in DAO?
Where can I get good up-to-date information about VB?
___ is the control used to call a windows application.