LOTUSSCRIPT 言語


例:Shell 関数
次の例は、Windows に特有の例です。

' Start the Windows Calculator as a normal (not minimized)
' window with focus.
Dim result As Integer
result = Shell("CALC.EXE", 1)

関連項目