How you define Option Explicit in VBScript?
4712
04-Nov-2011
Anonymous User
04-Nov-2011Using 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.