<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fprev</id>
		<title>IB Statements/prev - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fprev"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/prev&amp;action=history"/>
		<updated>2026-05-13T01:52:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/prev&amp;diff=455&amp;oldid=prev</id>
		<title>Badge: New page: '''PREV function'''   '''Syntax:'''  PREV(lun [,EXCP=statement-label])    '''Discussion:'''  The PREV function returns the value of the key immediately previous to the current file pointer...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/prev&amp;diff=455&amp;oldid=prev"/>
				<updated>2009-05-22T12:11:34Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;PREV function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  PREV(lun [,EXCP=statement-label])    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The PREV function returns the value of the key immediately previous to the current file pointer...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''PREV function''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  PREV(lun [,EXCP=statement-label])  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The PREV function returns the value of the key immediately previous to the current file pointer file attached to the specified logical unit number. This feature provides a method for a program to read backwards through a keyed file. (See the FILE statement for another method to read backwards through a keyed file.) &lt;br /&gt;
&lt;br /&gt;
The PREV function does not move the record pointer in the file. To move the record pointer, you must use input/output statements such as READ and WRITE. &lt;br /&gt;
&lt;br /&gt;
Other file-related functions: FIRST, KEY, LAST. &lt;br /&gt;
 &lt;br /&gt;
'''Example:'''  VALUE$ = PREV(1)  ! Get previous key in logical unit number 1&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>