home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / UTILITYS / BOX1.ARC / BOXTITL.TXT < prev   
Text File  |  1988-03-06  |  640b  |  25 lines

  1. BOX.COM   /  BOX.PAS    by Loring Chien  3/19/87
  2.  
  3. .LJ
  4. This program places a "BOX" around text from an Input File and writes it
  5. into an Output File.  You specify the width (must be 4 greater than the
  6. longest line) of the box, or let the program choose it by specifying zero.
  7.  
  8. There are three "dot" commands -
  9.  
  10. .LJ
  11. ".LJ" to left justify text
  12.  
  13. .CE
  14. ".CE" to center text, and
  15.  
  16. .RJ
  17. ".RJ" to right justify text.
  18.  
  19. .LJ
  20. The dot must be in column one and the mode remains in effect until
  21. changed.  Mode commands must be in upper case  and the default is ".CE".
  22.  
  23. .CE
  24. (note: this title block was done with BOX.PAS)
  25.