Function: PRNTRDIM Purpose: Returns the number of columns and number of rows of a print device. Category: PRINTING File: printer.c Author: K.G. Begeman Use: INTEGER PRNTRDIM ( PNUMBER, Input INTEGER PCOL , Output INTEGER PROW ) Output 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. PCOL Number of columns (width). PROW Number of rows (lines). Updates: Aug 18, 1990: KGB, Document created.