QBasic 1.1: ERDEV$ Function

Syntax

ERDEV
ERDEV$

Description / Parameter(s)

The low byte of the value returned by ERDEV contains the DOS error code. The high byte contains device-attribute information.

Example

' For an example, see "ON ERROR" Statement