Tuesday April 23, 2024

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


Get SteelArrow!     
  PARAM Table    
 
 
 
Return to Predefined Objects Page
 
The PARAM table contains parameter values that are passed to a called script. Whether they are called due to an HTTP GET request, FORM submission, the SteelArrow IMPORT tag, or the SteelArrow FUNCTION tag.

To access information in this table use the syntax PARAM.variableName


<!--- Set a value into the PARAM table --->
<SASET NAME=PARAM.variableName VALUE=value>

<!--- Retrieve a value from the PARAM table --->
<SAOUTPUT VALUE=PARAM.variableName>
          
Several samples are available to see how the PARAM table can be utilized, as follows;






Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy