Insert multiple Text Blocks

Use the TEXTBLOCK statement to insert multiple Text Blocks at once. To do so, use either the VAR keyword with an ARRAY TEXT argument, or the NAME/VAR keyword with a TEXT argument that contains a comma-separated list of Text Blocks.

TEXTBLOCK
  NAME "First,Folder\Second,Third,Other Folder\Last"
ARRAY TEXT clauses
TEXTBLOCK
  VAR clauses

When multiple Text Blocks are inserted, the SUPPRESS_FINAL_PARAGRAPH keyword is only applied to the final Text Block. The individual Text Blocks are always separated by at least one paragraph break.

You can use the AutoInsertSeparator and AutoInsertTerminator pragmas to add additional text between the Text Blocks. For more information, see pragma.