What is the difference between Dim nCount as Integer vs Dim
nCount% and when would you use each?
Answers were Sorted based on User's Feedback
Answer / parmanand
Your answer is wrong "Priti Wankhede" .... % is one way to declare variables in VB there you need not to tell the type. % it self tells the type is integer :)
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
Answer / 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 |
Answer / 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 |
what is the difference between vb and vb.net
What is the purpose of the DoEvents command?
How the image application?
Is a foo VBX/DLL available as shareware/freeware?
What can you do with visual basic?
What are the Internet tools available in VB 6.0?
how to validate the pop up window Example :assume there is an webpage in that webpage we had a button to browser or file to upload . how to validate this button if we click on that botton window should appear else back to the page i need in VB Script Code since i am using QTP for testing
What is ado data control in vb?
What is RdExecDirect?
How can I speed up my VB database application?
What is OLEDB?
What is the difference Between ADO and other data access objects?