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
Why doesn't "my string" & Chr$(13) do what I want?
__ no of controls in form.
What is OLEDB?
Types of LockEdits in RDO.
How many objects resides in ADO ?
Why API functions are Required?
How would you create properties by using class Builder Wizard?
How do I implement Undo?
Explain Default cursor Type and LockEdits type in RDO?
How would you Create a Query Builder and Explain its uses ?
Is there any Edit method in ADO Data Access method?
Write the Steps in Creating an ActiveX Control?
How do I prevent multiple instances of my program?
How can you determine performance standards?
How would you add elements in TreevieW Control.