home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PRINT / LABEL.ZIP / ERRORS.BI < prev    next >
Text File  |  1993-12-15  |  329b  |  9 lines

  1. '===========================================================================
  2. 'PRINT ERRORS
  3. CONST DeviceTimeOut = 24, DeviceFault = 25, OutOfPaper = 27
  4.  
  5. 'DISK ERRORS
  6. CONST BadFileName = 64, DiskFull = 61, DiskNotReady = 71, DiskMediaError = 72
  7. '===========================================================================
  8.  
  9.