home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / PascalPCQ / Include / Exec / Errors.i < prev    next >
Text File  |  1990-08-28  |  241b  |  11 lines

  1. {
  2.     Errors.i for PCQ Pascal
  3. }
  4.  
  5. const
  6.     IOERR_OPENFAIL    = -1;    { device/unit failed to open    }
  7.     IOERR_ABORTED    = -2;    { request aborted        }
  8.     IOERR_NOCMD        = -3;    { command not supported        }
  9.     IOERR_BADLENGTH    = -4;    { not a valid length        }
  10.  
  11.