What is the difference between Dim nCount as Integer vs Dim
nCount% and when would you use each?
Answer Posted / saravanapandian.p
% is anoter way to declare variables in VB there is no need
to tell the type. % it self tells the type is varient
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you create Visual basic Document file?
Why API functions are Required?
Is it possible to Access BackEnd procedures? Explain.
What is snapshot in vb?
How would you add column headers in listview control?
Recordset object consists what?
How many objects resides in ADO ?
Does VB support pointers to functions?
How do I mimic a toggle button?
It possible to call OLEDB's Features directly in VB without using any control?
What are the types of API Types.
How would you navigate between one document to another document
How many File System Controls are there Explain?
How would you create properties in ActiveX Control?
Advantage of ActiveX Dll over Active Exe.