starting page numbers ] 1 using 'P' possible? (AREV Specific)
At 29 APR 1999 02:12:41PM Mike O'Neal wrote:
Hello all:
Is it possible to start a page number at something other than 1 when using 'P' in a HEADING statement, such as
:LIST filename HEADING "This is the header, Page 'P'"
TIA,
Mike O'Neal
At 29 APR 1999 03:04PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
Yes and no. You can manipulate the page using @PAGE, however as soon as you do a perform from TCL it forces it back to 1. You might be able to fake it by having a symbolic as part of the heading, resetting @PAGE on first try, otherwise letting it be. Alternatively, if you gen the RLIST code with (X) or (SX), you can just add @PAGE in there.