Function: PRNTRACT Purpose: Prints a file and (optionally) deletes it. Category: PRINTING File: printer.c Author: K.G. Begeman Use: INTEGER PRNTRACT( PNUMBER, Input INTEGER FILENAM, Input CHARACTER*(*) REMOVE ) Input INTEGER PRNTRDIM Returns: 0: No error. -1: cannot obtain hostname. -2: cannot obtain translation of printer description file. -3: cannot open printer description file. -4: cannot allocate enough space. -10: no such printer. PNUMBER Printer number. FILNAM Name of file to print. REMOVE If zero FILNAM will not be removed, otherwise it will be deleted after printing. Updates: Aug 18, 1990: KGB, Document created.