46 lines
1.6 KiB
HTML
46 lines
1.6 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ng2bce4.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ng2c35f.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>RUN Execute Program</B>
|
|
|
|
<B>RUN</B> [{<U>linenum</U> | <U>filespec</U>}]
|
|
|
|
Executes the current program from the beginning or from a specified
|
|
line number; or loads a program from disk and runs it.
|
|
|
|
<U>linenum</U> A program line number.
|
|
|
|
<U>filespec</U> A string expression that follows DOS file naming
|
|
conventions.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> 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 <U>filespec</U>), 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).
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng6e8b.html">CHAIN</A>
|
|
<HR>
|
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
|
<HR>
|
|
</BODY>
|
|
</HTML>
|