Go to the first, previous, next, last section, table of contents.


INCLUDE

Use this macro to include another file (or multiple files) into the current file. This macro should be followed by one or more string arguments. Each should be the full name of a file to include at this point. The included file can also include other files. Each include file cannot be bigger than the maximum text body size, and if multiple include files are given as arguments to this macro then the summed size of all the include files given cannot be more than the maximum text body size. The example below shows three files being included.

%%INCLUDE "header.grg" "footer.grg"
%%INCLUDE "record.type1"

Note that the GPPINCLUDE and TEXINCLUDE predefined macros which the above replaces are deprecated and should not be used.


Go to the first, previous, next, last section, table of contents.