Thursday March 28, 2024

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


Get SteelArrow!     
  <SAELSE/>    
 
 
 
Return to Tag List
 
The ELSE tag is used in conjunction with IF blocks. IF blocks may or may not contain ELSE and ELSEIF blocks.
 
Attributes:
None.

 
The following is an example of ELSE;
 
<SASET NAME=var VALUE="Testing 123">
<SAIF COND=var .eq. "Test">
   The value of var is Test<BR>
<SAELSEIF COND=var .eq. 123>
   The value of var is 123<BR>
<SAELSE>
   The value was not Test or 123<BR>
</SAIF>





Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy