REM $INCLUDE Versus MERGE in QuickBASIC Compiler & Interpreter (37425)
The information in this article applies to:
- Microsoft QuickBASIC Compiler for the Apple Macintosh 1.0
This article was previously published under Q37425 SUMMARY
In Microsoft QuickBASIC for the Apple Macintosh, the REM $INCLUDE
metacommand is only used in the compiler (as are other metacommands)
and is ignored in the interpreter environment. Placing a REM $INCLUDE
metacommand in your source file makes the compiler insert an external
text file containing additional program code at compile time.
The MERGE command acts similar to the $INCLUDE metacommand; however,
MERGE only works within the QuickBASIC interpreter environment. The
MERGE command appends a text file to the end of the current source
file in memory.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | KB37425 |
---|
|