home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / TRLPRG.EXE / TOF.PRG < prev    next >
Text File  |  1990-10-22  |  312b  |  17 lines

  1. ***********
  2. * TOF.PRG
  3. * by Tom Rettig, Ralph Davis, and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO TOF 
  7. * RETURN: <expL> true if printer is at top-of-form
  8. ***********
  9. tr_retl = ( PROW() = 0 )
  10. IF fox
  11.    RETURN (tr_retl)
  12. ENDIF
  13. * eof tof *
  14.  
  15.  
  16.  
  17.