Option Explict
the Option Explicit statement is available to
require explicit declaration of all variables. The Option Explicit
statement should be the first statement in your script
Option Explicit Forces variables to be declared before use
No comments:
Post a Comment