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

  1. ***********
  2. * ISPRINT.PRG
  3. * by Tom Rettig and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO ISPRINT 
  7. * RETURN: <expL> true if parallel printer is online and ready
  8. ***********
  9. CALL Trexe WITH "ISPRINTER"
  10. IF fox
  11.    RETURN (tr_retl)
  12. ENDIF
  13. * eof isprint * 
  14.