home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug056.arc / PGLST.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  30 lines

  1.     PGLST.PAS - PGLST.COM
  2.  
  3.  
  4. Print format program.
  5.  
  6. Copyright 1981 C. E. Duncan.
  7. Permission to copy for any non-commercial, personal use.
  8.  
  9. PGLST reads a text file of fixed or variable length character
  10. records, each record ending with carriage return and line feed
  11. ("strings" according to some), and arranges them on a print page
  12. in columns.
  13.  
  14. The purpose is to save paper, and for those occasions where
  15. a columnar presentation is more readable.
  16.  
  17. Variable length records are left justified with blank fill.
  18.  
  19. The program is called as follows:
  20.  
  21.     PGLST
  22.     Name of file to be listed: B:W3UA.LIB
  23.     Output file: X.X
  24.     Record length: 3
  25.  
  26. This will read file from B drive, name W3UA.LIB, which is a list
  27. of three letter words, arrange them in columns within a page size
  28. of sixty lines of eighty characters per line.  With a spacing of
  29. two blanks between columns, there would be a maximum of 16 columns.
  30.