LOTUSSCRIPT 言語
例:Option Public ステートメント
' In this example, the Private keyword overrides
' Option Public in the declaration of the
' variables x, y, and z.
Option Public
Private x, y, z ' x, y, and z are Private variables.
Dim i As Integer ' i is Public.
関連項目
Option Public ステートメント
用語集
ヘルプに対するフィードバック
ヘルプの使い方
ヘルプを開く
用語集
ヘルプに対するフィードバック
ヘルプの使い方
ヘルプを開く