GoTo Statement

Continues program execution within a Sub or Function at the procedure line indicated by a label.

āļšāˇāļģāļš āļģ⎓āļ­āˇ’āļē:

āļ´āļģāˇāļ¸āˇ’āļ­āˇ’āļē āļļāļŊāļąāˇŠāļą

āļ´āļģāˇāļ¸āˇ’āļ­āˇ“āļąāˇŠ:

Sub/Function

statement block

 Label1

āļ…āļœāļē

statement block

Exit Sub

āļ…āļœāļē

statement block

GoTo Label2

End Sub/Function

Use the GoTo statement to instruct LibreOffice Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and then and end it with a colon (":").

Warning Icon

You cannot use the GoTo statement to jump out of a Sub or Function.


āļ‹āļ¯āˇāˇ„āļģāļĢāļē:

āļ´āļģāˇāļ¸āˇ’āļ­āˇ’āļē āļļāļŊāļąāˇŠāļą