PC_DecodeCDError
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > PC > CD functions > PC_DecodeCDError |
Description
The PC_DecodeCDError() function translates a numeric error code (returned from both PC_EjectCD() and PC_InsertCD() functions) in a string message.
Syntax
s = PC_DecodeCDError(nError)
Returns
Return a string
The decode error
Parameters
nError AS NUMBER
The error code to decode.
Remarks
Restrictions
See also
Examples
PC_DecodeCDError(nError)