Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - __pmargin printer margin setting http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 __pmargin           Printer margin setting
------------------------------------------------------------------------------
 Declaration
   printer.hdr

 Syntax
   uint __pmargin

 Default
   0.

 Description
   The __pmargin system variable holds the current left margin width of
   printing.

 Example
   #define EXAMPLE_IO
   #include example.hdr

   proc Test_pmargin
   ? __pmargin
   __pmargin := 10
   ? __pmargin
   endproc

   proc main
   Test_pmargin()
   endproc

See Also: getmargin() getsetmargin() setmargin()

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