nzUHj‖

WPPbc‖Stop Statement

mFJE4‖Stops the execution of the Basic program.

FVEx2‖Syntax:

YmwGH‖ Stop Statement diagram


Stop

EFSA4‖Example:


Sub ExampleStop
Dim iVar As Single
    iVar = 36
    Stop
    MsgBox Sqr(iVar)
End Sub