Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - ripeject http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RipEject
 End of page
------------------------------------------------------------------------------
 Syntax

    RipEject([<nLength>])

 Parameters

    <nLength> is the length of the page.  The default is the maximum length
    value passed to RipBegin().

 Description

    RipEject() writes the current page to the output file and starts a new
    page.  You can use <nLength> to write a shorter page than the default
    (but not a longer one).  If <nLength> is zero, RipEject() does not write
    the page out (zero-length pages are not possible), but it does start a
    new page.

    Starting a new page resets the current point to the top left corner of
    the page, and sets the clipping region to cover the entire page.  It
    does not change any font, origin, or units settings.

    Use RipCutoff() to help figure out how much of the page has been used if
    you want to write short pages.

See Also: RipCutoff

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