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
What are the tools available for Debuggiu in VB?
How do I make a text box not beep but do something else when I hit the Enter key?
what are the Types of DBCombo boxes?
____ property is used to lock a textbox to enter a datas.
What's the difference between MODAL and MODELESS forms?
Types of Resultsets.
What is the use of ActiveX Documents?
It is possible to access Text (x.txt) files? Explain.
what are the Types of Resultsets?
How do I do drag & drop between applications?
How do I speed up control property access?
How many tabs in a tabbed dialog do you consider appropriate?
How do I create a window with a small title bar as in a floating toolbar?
Scope of API?s can be of different types, what are they Why API functions are Required?
How would you attach pictures in column headers of List View Control?