LOTUSSCRIPT 言語
例:Option Declare ステートメント
' 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
関連項目
Option Declare ステートメント
用語集
ヘルプに対するフィードバック
ヘルプの使い方
ヘルプを開く
用語集
ヘルプに対するフィードバック
ヘルプの使い方
ヘルプを開く