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 - setmargin() set the left margin http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 setmargin()         Set the left margin
------------------------------------------------------------------------------
 Declaration
   getset.hdr

 Syntax
   proc setmargin extern
   param value uint uMargin

 Arguments
   uMargin is the new margin setting.

 Return
   None.

 Description
   The setmargin() function sets the margin to the value of the passed
   parameter.

 Example
   #define EXAMPLE_IO
   #include example.hdr

   proc Test_setmargin
   ? getmargin()                // prints 0
   set margin to 10
   ? getmargin()                // prints 10
   setmargin( 5 )
   ? getmargin()                // prints 5
   endproc

   proc main
   Test_setmargin()
   endproc

See Also: getsetmargin()

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