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 Internet Explorer and its uses?
Types of DBCombo boxes
What is form in visual basic?
What is the use of parameters collection?
Binary Access-method isused to access file in which manner?
DHTML Is used for what?
How do I mimic a toggle button?
How to use advanced data-bound controls.
Are there any examples of commercial applications built using Visual Basic?
what is the Difference between Dynaset and Snapshot?
How would you use ActiveX Dll and ActiveX Exe in your application?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
___ Property is used to count no. of items in a combobox.
What are the tools available for Debuggiu in VB?