Stop Statement /text/sbasic/shared/03090408.xhp
Stop statement

Stop Statement

Stops the execution of the Basic program.
Stop Statement diagram Stop Sub ExampleStop Dim iVar As Single iVar = 36 Stop MsgBox Sqr(iVar) End Sub