dos_compilers/Microsoft QuickBASIC v3/manual/ng49b8.html
2024-07-01 13:00:14 -07:00

38 lines
1.3 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng47f3.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng4c6c.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>$INCLUDE Include File</B>
<B>REM</B> <B>$INCLUDE:</B> <U>filespec</U>
Causes compilation to branch to a specified text file, then return to
the main file when the end of the $INCLUDE file has been reached.
<U>filespec</U> A string literal that follows DOS file-naming conventions.
The argument must be enclosed within single quote marks.
-----------------------------------------------------------------------
<B>Notes:</B> If the include file was created with the BASIC
Interpreter, it must be saved in ASCII format.
The include file must not contain END statements.
Variables in the $INCLUDE file must be consistent with
those in the main program.
</PRE>
<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>