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


BLOCK

Defines a user placeable text body. This predefined macro should be followed by the name of the block (on the same line) by which it can be referred to. A user placeable text body can be included anywhere within another text body (including the text body of another block) by using the standard equate or user defined macro start character sequence. The example below shows a user text body block being defined and used.

%%BLOCK TITLE
This is the title
%%RECORD
#TITLE
Rest of record

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


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