Thursday April 18, 2024

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


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

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

<!--- Output list contents --->
<SAWHILE COND=list.MoreData()>
   <SAOUTPUT VALUE=list><BR>
   <SANEXT NAME=list>
</SAWHILE>





Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy