dos_compilers/Microsoft QuickBASIC v3/manual/ng10563.html
2024-07-01 13:00:14 -07:00

41 lines
1.3 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng10367.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng107b9.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>ERL Line Number of Most Recent Error</B>
<U>y</U> = <B>ERL</B>
Returns the program line number at which the most recent error
occurred.
----------------------------------------------------------------------
<B>Notes:</B> If an error occurs on an unnumbered program line, then ERL
returns the last line number before the program line that
caused the error. If no line numbers are used at all, ERL
returns 0.
If the error occurs in an unnumbered program line, ERL
returns the last line number before the label.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng107b9.html">ERR</A>
<A HREF="ng108e8.html">ERROR</A>
<A HREF="ng1ded6.html">ON ERROR</A>
<A HREF="ng2b195.html">RESUME</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>