What is the difference between Dim nCount as Integer vs Dim
nCount% and when would you use each?
Answer Posted / srikanth
% is anoter way to declare variables in VB there is no need
to tell the type. % it self tells the type is integer
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many ways we can access file using VB?
what are the types of cursors in DAO?
Parts of ODBC?
Are there any examples of commercial applications built using Visual Basic?
Through which protocol OLEDB components are interfaced?
What is difference between datagrid and flexgrid?
Draw Sequence Modal of DAO and Explain?
What is ado data control in vb6 0?
Types of cursors in DAO?
___ property is used to change to ___ value to access a identity column'in datacontrols.
What is the use of Tabledef?
How do you create a form in visual basic?
Can a VB application be an OLE server?
What do you mean by provider?
What is instantiating?