Programming Languages VBScript Subjective
May 11, 2013

How you define Option Explicit in VBScript?

Detailed Explanation

If you want to use Option Explicit in VBScript you should have to declare all variables using the Dim, Private, Public, or ReDim statements.

Using Option Explicit to avoid incorrect typing the name of an existing variable or to avoid confusion in code where the scope of the variable is undefined.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback