PAGESEP |
Top Previous Next |
PAGESEP
Syntax
pagesep "html code"
Description
If a single document is generated for all pages of output (multipage is not set to "y" or "yes"), then UnForm will place a paragraph tag (<p>) between each page. If something other than a paragraph tag is desired, then specify the HTML code in the pagesep keyword.
The pagesep value can contain global string values generated from code blocks by referencing the string value name inside square brackets.
For example: pagesep "<p><hr>[pagehdr]" would generate a paragraph tag plus a horizontal rule, followed by the value in the global string "pagehdr", defined with the STBL() function in a prepage{} or prejob{} code block. |