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 do I set the Windows wallpaper at runtime?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
Which method is preferred to save datas like database?
How many ways you can access file using VB?
How do I implement Undo?
What is form in visual basic?
How do you avoid the "Invalid use of null" error when reading null values from a database?
How would you create your application in DHTML?
Can a VB application be an OLE server?
what are the types of LockEdits in DAO?
Types of LockEdits in DAO?
What is meant by building a recordset.
How would you create properties in ActiveX Control?
How many ways we can access file using VB?
Scope of API?s can be of different types, what are they Why API functions are Required?