Contents  Index  
──────────────────────────────────────────────────────────────────────────────
Branches to a specified line.

GOTO lineline    The label or number of the line to execute next.

    ■ DO...LOOP, SELECT CASE, IF...THEN...ELSE, SUB, and FUNCTION provide
      better ways to control the flow of your program.
    ■ GOTO is also used as a keyword in the ON ERROR statement.

Example

See Also    DO...LOOP    FUNCTION     IF...THEN...ELSE
            ON ERROR     ON...GOTO    SELECT CASE    SUB
──────────────────────────────────────────────────────────────────────────────
 © Copyright Microsoft Corporation, 1987-1992. All rights reserved.
   Converted from qbasic.hlp with DosHelp/HelpConvert