What is the difference between Dim nCount as Integer vs Dim
nCount% and when would you use each?
Answer Posted / priti wankhede
First variable datatype is Integer and Second variable
datatype is variant, because by default daya type in VB is
Variant, there is a difference.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is constructors and distructors.
Difference between ActiveX Control and Standard Control.
To find the current recordposition in data control.
Can you tell me the properties of the controls?
How do I use GetPrivateProfileString to read from INI files?
What is the use of Imagelist Controls ?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
What is the latest version of visual basic?
Is it possible to Manipulate data through flexgrid? Explain.
What is meant by building a recordset.
When should we use recursive programming?
What are the Internet tools available in VB 6.0?
How would you attach an ActiveX control in Your Application?
What is instantiating?
What is DDE?