37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
|
<HTML>
|
||
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
|
||
|
<A HREF="ng101c4.html">[<<Previous Entry]</A>
|
||
|
<A HREF="ng320.html">[^^Up^^]</A>
|
||
|
<A HREF="ng10563.html">[Next Entry>>]</A>
|
||
|
<A HREF="menu.html" >[Menu]</A>
|
||
|
<A HREF="info.html">[About The Guide]</A>
|
||
|
<HR>
|
||
|
<PRE>
|
||
|
<B>ERDEV$ Device Causing Critical Error</B>
|
||
|
|
||
|
<U>s$</U> = <B>ERDEV$</B>
|
||
|
|
||
|
Returns the name of the device that has caused an INT 24h (critical
|
||
|
error).
|
||
|
|
||
|
----------------------------------------------------------------------
|
||
|
|
||
|
<B>Notes:</B> If the device is a character device, ERDEV$ returns the
|
||
|
eight-bit device name. If the device is a block device,
|
||
|
ERDEV$ returns a two-character string consisting of the
|
||
|
drive letter and a colon.
|
||
|
|
||
|
ERDEV$ is a read-only variable.
|
||
|
</PRE>
|
||
|
<HR>
|
||
|
<B>See Also:</B>
|
||
|
<A HREF="ng101c4.html">ERDEV</A>
|
||
|
<HR>
|
||
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
||
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
||
|
<HR>
|
||
|
</BODY>
|
||
|
</HTML>
|