ERROR!

This web site requires Java Script.
You must enable Java Script on
your browser to navigate this site.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Logical Else IF Statement

This function can be inserted into an existing "IF" grouping level. If the main "IF" expression as well as any previous "Else IF" expressions of this group evaluates to FALSE, this expression will be evaluated and if TRUE, will execute each of the following Script Steps until reaching another "Else IF", "Else", or "End IF" statement. Multiple "Else IF" statements can be inserted into a single "IF" grouping level and be evaluated in order.