/* ======================================== */
/*  FINAL WRITER AREXX MACRO                */
/*    by Nigel S. Domaingue, 31/1/95        */
/*  Automatic Paragraph Indent              */
/*  $Ver: Indent_Para v1.0 (31/1/95)        */
/* ======================================== */

Options Results

Status LeftMargin
left = Result
Status RightMargin
right = result
Status Indent
ind = Result

If (left ~= 0 ) then LeftMargin 0
If (right ~= 0 ) then RightMargin 0
If (ind ~= 0.5 ) then Indent 0.5



