Stop Statement
停止 Basic 程式的執行。
Stop
Sub ExampleStop
Dim iVar As Single
iVar = 36
Stop
MsgBox Sqr(iVar)
End Sub
Collabora Office 25.04 Help
停止 Basic 程式的執行。
Stop
Sub ExampleStop
Dim iVar As Single
iVar = 36
Stop
MsgBox Sqr(iVar)
End Sub