dos_compilers/Microsoft QuickBASIC v3/manual/ng10367.html

37 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2024-07-01 22:00:14 +02:00
<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng101c4.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng10563.html">[Next Entry&gt;&gt;]</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>