home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / utility / crossref / pxl / xxl.hdr < prev   
Encoding:
Text File  |  1988-05-06  |  2.3 KB  |  44 lines

  1. This is a sample header file.  Normally, of course, you don't fill a PXL.HDR
  2.    file with extra blank lines and all manner of uninstructive commentary.
  3.    Nevertheless, this is a working header file.  Change its name to PXL.HDR,
  4.    and the commands below will do their job.  Try it and see.  All this is
  5.    fully explained in the DOC file.
  6.  
  7. {.H2R Printed out: .Pt, .Pd} <- Time & Date of printout at right of 2nd line
  8.  
  9. {.H1L This file is .Fn} {.H1R Written at .Ft on .Fd} <-Note: 2 commands can
  10.     be on the same line.  Note also that the order of the commands need not
  11.     match the order of the lines.
  12.  
  13. {.H2L Pat. Pending .Id, Reg Penna Dept Ag.} <--An ornament with your ID in
  14.     it if you've made a PXL.ID file.
  15.  
  16. {.H2N}  <--This will cancel the second line, but only for pages after 1, be
  17.               because there's already a specification for line 2. First spec
  18.               for a given segment is used in first page.  2nd spec for the
  19.               segment won't be used until 2nd page.  Subsequent specs in
  20.               PXL.HDR will wipe out previous ones.  Thus:
  21.  
  22. {.H1R Yoo hoo!} <--This changes the right side (only) of the first line
  23.                    but, again, only for pages after the first.  Unless
  24.                    you wipe out the NEXT command, however, you'll never
  25.                    see this one, because:
  26.  
  27. {.H1R Page #}   <--This changes the right side of the 1st line again.  It
  28.                    won't do anything to the first page, but it will replace
  29.                    the previous H1R for pages after the first.
  30.  
  31. Notice that in a PXL.HDR file everything NOT in braces is a comment.  You
  32.     can have things in {braces, too} so long as they don't start with the
  33.     .H symbol right after the opening brace.  You'll notice that I have to
  34.     pussyfoot in order to avoid actually putting the header instruction
  35.     into this file by mistake.
  36.  
  37. Here's a stinker: {. HPL22} as long as the extra space is in it, it won't
  38.     do anything, of course, but if you delete it, this command will set
  39.     PXL printing 22 lines per page.  HPL makes no distinction between "1st"
  40.     & "subsequent" pages.  If you put more than one HPL command in PXL.HDR,
  41.     only the last one will have effect.  In the body of the text, of course,
  42.     an HPL would take effect whenever it's found and stay until another is
  43.     found.
  44.