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>$include include file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
$INCLUDE                 Include File

 REM $INCLUDE: filespec

    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.

    filespec    A string literal that follows DOS file-naming conventions.
                The argument must be enclosed within single quote marks.

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

      Notes:    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.

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