home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / fw_macros.lha / Remove_Indent < prev    next >
Encoding:
Text File  |  1996-09-27  |  495 b   |  22 lines

  1. /* ======================================== */
  2. /*  FINAL WRITER AREXX MACRO                */
  3. /*    by Nigel S. Domaingue, 31/1/95        */
  4. /*  Automatic Removal of Indents            */
  5. /*  $Ver: Remove_Indent v1.0 (31/1/95)      */
  6. /* ======================================== */
  7.  
  8. Options Results
  9.  
  10. Status LeftMargin
  11. left = Result
  12. Status RightMargin
  13. right = result
  14. Status Indent
  15. ind = Result
  16.  
  17. If (left ~= 0 ) then LeftMargin 0
  18. If (right ~= 0 ) then RightMargin 0
  19. If (ind ~= 0 ) then Indent 0
  20.  
  21.  
  22.