LibreOfficeDev 25.2 Help
mFJE4‖Stops the execution of the Basic program.
YmwGH‖
Stop
Sub ExampleStop Dim iVar As Single iVar = 36 Stop MsgBox Sqr(iVar) End Sub