You cannot specify line number directly as jump destination. However, you can specify string variable for GOTO argument as follows. ST$="@A" GOTO ST$ ... @A ...