Stop Statement [Runtime] /text/sbasic/shared/03090408.xhp Sun Microsystems, Inc. converted from old format - fpe
Stop statement 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