Thursday March 28, 2024

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


Get SteelArrow!     
  <SAREMOVE/>    
 
 
 
Return to Tag List
 
The REMOVE tag removes a row or record from a TABLE or LIST object (zero based).

If the VALUE attribute is not specified, the row (or record) pointed to by the variables internal pointer is removed.

 
Attributes:
NAMEvariable
VALUEindex offset (zero based)

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

<!--- Remove element 3 (0 based) --->
<SAREMOVE NAME=list VALUE=2>

<!--- Outputs 12-*-34-*-78 --->
<SAOUTPUT VALUE=list.elements( "-*-" )>





Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy