Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>set margin</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET MARGIN


Syntax:     SET MARGIN TO <expN>

Purpose:    To set the left margin for all printed output.

Argument:   <expN> defines the column position.

Usage:      SET MARGIN has no affect on the screen display but does
            affect the beginning column position of all commands that
            output to the printer including REPORT and LABEL FORM.

            If a SET MARGIN has not been executed, the left margin
            defaults to zero.

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   USE Sales
   SET MARGIN TO 5
   LIST Branch, Salesman TO PRINT


See Also: @...SAY...GET SET DEVICE SET PRINT

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson