Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>tof()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TOF()

Syntax:     TOF()

Returns:    A logical value.
            The logic value indicates whether the printer is at Top of
            Form.

Usage:      TOF() can be used to determine whether the printer must
            perform a page feed for a new invoice.

Notes:      TOF() checks an internal Clipper value.  It is not possible for
            TOF() to establish whether the printer is actually at Top of
            Form.

Library:    CT1.LIB


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

Examples:   * Execute EJECT if the printer is not Top
            * of Form.

            IF .NOT. TOF()
               EJECT
            ENDIF



See Also: PRINTINIT() PRINTSEND()

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