Dim vs Var
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi What is difference between declaration of variable using Dim and Var?
Spread wat u Know!
the most basic difference is of VB and Jscript. dim is used in VB while var in JavaScript and as far as I know dim requires datatype at the time of declaration var doesn't
With Thanks & Regards Amit Sk Sharma