Friday April 19, 2024

       
      SteelArrow Basics
      SteelArrow Tags
  SteelArrow Functions
  SteelArrow Objects
  Advanced Topics
  WAS Overview
   
   
       
      Overview
  Code Samples
  Site Search
   
   
   


Get SteelArrow!     
  <SAPREV/>    
 
 
 
Return to Tag List
 
The PREV tag advances a variables internal pointer to the previous row or record within TABLE and LIST objects.
 
Attributes:
NAMEvariable

 
The following is an example of PREV;
 
<!--- Create a LIST object containing 12,34,56,78 --->
<SASET NAME=list VALUE=MakeList( ":", "12:34:56:78" )>

<!--- Output list contents in reverse order --->
<SALAST NAME=list>
<WHILE COND=list.MoreData()>
   <SAOUTPUT VALUE=list><BR>
   <SAPREV NAME=list>
</WHILE>





Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy