Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>tof()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TOF()
 Determines if CA-Clipper is at top of form (TOF)
------------------------------------------------------------------------------
 Syntax

     TOF() --> lTopOfForm

 Returns

     Returns the logical value .T. to designate if a printer is at TOF.

 Description

     TOF() determines if the printer should execute a formfeed or not.

 Note

     .  TOF() acknowledges the values that CA-Clipper maintains
        internally. TOF() cannot determine if the printer is actually at
        TOF()

 Example

     When the printer is not at top of form, execute an EJECT:

     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