T
Tony Bansten
Occasionally I saw VBS script where local variables were declared on top
with a statement like
DIM myvar
However most of my own vbs script run without such declaration.
When do I need them and when not?
Tony
with a statement like
DIM myvar
However most of my own vbs script run without such declaration.
When do I need them and when not?
Tony