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 SingleiVar = 36StopMsgbox Sqr(iVar)end sub