Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>run execute program</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RUN                      Execute Program

 RUN [{linenum | filespec}]

    Executes the current program from the beginning or from a specified
    line number; or loads a program from disk and runs it.

     linenum    A program line number.

    filespec    A string expression that follows DOS file naming
                conventions.

   ----------------------------------------------------------------------

      Notes:    If no argument is given, Quick BASIC begins execution at
                the lowest numbered line. This line must be part of the
                main program (not in a subprogram or multiline function).
                Program execution may be started from a specified line
                number, but not from a specified alphanumeric label.

                If a program is run from disk (RUN filespec), QuickBASIC
                first erases the program currently in memory. It also
                closes any files left open by the current program (the
                Interpreter's ,R option is not supported by QuickBASIC).

See Also: CHAIN

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson