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

35 lines
1.1 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng2adfa.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng2b195.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>RESTORE Reset DATA Item Pointer</B>
<B>RESTORE</B> [{<U>linenum</U> | <U>linelabel</U>}]
Resets the DATA item pointer to the first item in the first DATA
statement or to the first DATA item in a specified DATA statement.
<U>linenum</U> A program line number.
<U>linelabel</U> A valid line label.
----------------------------------------------------------------------
<B>Notes:</B> If the statement at {<U>linenum</U> | <U>linelabel</U>} is not a DATA
statement, BASIC RESTOREs to the first following DATA
statement.
</PRE>
<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>