34 lines
965 B
HTML
34 lines
965 B
HTML
<HTML>
|
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
|
<BODY>
|
|
|
|
<A HREF="ngaf85.html">[<<Previous Entry]</A>
|
|
<A HREF="ng320.html">[^^Up^^]</A>
|
|
<A HREF="ngb1c8.html">[Next Entry>>]</A>
|
|
<A HREF="menu.html" >[Menu]</A>
|
|
<A HREF="info.html">[About The Guide]</A>
|
|
<HR>
|
|
<PRE>
|
|
<B>CSRLIN Line Position of Cursor</B>
|
|
|
|
<U>y</U> = <B>CSRLIN</B>
|
|
|
|
Returns the row number of the current cursor location on the current
|
|
screen page.
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
<B>Notes:</B> To get the current column position, use POS. To set the
|
|
cursor position, use LOCATE.
|
|
</PRE>
|
|
<HR>
|
|
<B>See Also:</B>
|
|
<A HREF="ng18b5e.html">LOCATE</A>
|
|
<A HREF="ng264a0.html">POS</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>
|