跳換

以下陳述式用於執行跳換。

GoSub...Return Statement

Calls a subroutine that is indicated by a label inside a Sub or a Function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the GoSub statement.

GoTo Statement

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

On...GoSub Statement; On...GoTo Statement

依數值型表示式的值,跳換到程式碼中數個指定行中的其中一行。

Please support us!