IBM Lotus Symphony


Stop Statement [Runtime]

Stops the execution of the Basic program.

Syntax:

Stop

Example:

Sub ExampleStop

Dim iVar As Single

iVar = 36

Stop

Msgbox Sqr(iVar)

end sub


Product Feedback | Additional Documentation | Trademarks