Stop Statement [Runtime]/text/sbasic/shared/03090408.xhpSun Microsystems, Inc.converted from old format - fpeStop statementStop Statement [Runtime]Stops the execution of the Basic program.Syntax:StopExample:Sub ExampleStopDim iVar As Single iVar = 36 Stop MsgBox Sqr(iVar)End Sub