home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / wp3 / pcfmt13.doc < prev    next >
Text File  |  1989-03-23  |  1KB  |  27 lines

  1.  PCFMT 1.3 by Unique Software                Registration($15.00)
  2.  
  3.  PCFMT formats your Aspect Source Files, accounting for all block
  4.  structures, giving you evenly indented statements which are easier to
  5.  read.  "Indent width"  is the width each block structure keyword is
  6.  indented.  Variable indicates that the width will be determined by the
  7.  keyword itself.  For example:  
  8.  
  9.     IF SUCESS 
  10.        DEC N0 
  11.     ENDIF 
  12.  
  13.     If the column tab width was set to 5, this example would look like: 
  14.     IF SUCESS 
  15.          DEC N0 
  16.     ENDIF 
  17.  
  18.  ";remarks" is the position of single-line remarks within the source
  19.  code.  Flush left indicates that all remarks will be flush to the left.
  20.  "Starting indention column number" indicates the starting default column
  21.  for a this Aspect file. This does NOT affect any items set to Flush
  22.  left.  
  23.  
  24.  Do you have a special way you like a section of code formatted but PCFMT
  25.  "messes" it up everytime?  The full documentation will explain how to
  26.  turn formatting on and off inside your ASPECT source code. 
  27.