Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
OPTION EXPLICIT Statement
◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Requires that all variables be declared prior to use; variables can be
declared using COMMON, CONST, DEF FN, DIM, FUNCTION, REDIM, SHARED, STATIC,
or SUB statements.
OPTION EXPLICIT
See Also
◄COMMON Statement► ◄CONST Statement► ◄DEF FN Statement►
◄DIM Statement► ◄FUNCTION Statement► ◄REDIM Statement►
◄SHARED Statement► ◄STATIC Statement► ◄OPTION BASE Statement►
◄Variables Summary►