LOTUSSCRIPT LANGUAGE
Examples: Option Declare statement
' Turn off implicit declaration of variables.
Option Declare
Dim y As Integer
y% = 10 ' No error
x = 20 ' Compiler error (x has not been declared)
ReDim simAry(2, 2) ' No error
See Also
Option Declare statement
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary