#option_explicit

Syntax

#option_explicit

Description

Use this anywhere in your program to force variables to be declared before using them. No matter where it is used, it applies to the entire program.

Example

#option_explicit