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 AS NUMBER)
Returns
Return a string
The decode error
Parameters
nError AS NUMBER
The error code to decode.
Remarks
Restrictions
See also
Examples
PC_DecodeCDError(nError)
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |