1.

What Is The Scope Of A Variable Declared Using Dim?

Answer»

Variables DECLARED USING "Dim" KEYWORD at a Procedure level are available only within the same procedure. Variables declared using "Dim" Keyword at script level are available to all the PROCEDURES within the same script.

Variables declared using "Dim" keyword at a Procedure level are available only within the same procedure. Variables declared using "Dim" Keyword at script level are available to all the procedures within the same script.



Discussion

No Comment Found