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 >
Wrap
Text File
|
1990-08-28
|
241b
|
11 lines
{
Errors.i for PCQ Pascal
}
const
IOERR_OPENFAIL = -1; { device/unit failed to open }
IOERR_ABORTED = -2; { request aborted }
IOERR_NOCMD = -3; { command not supported }
IOERR_BADLENGTH = -4; { not a valid length }