Else
Top  Previous  Next


The Else action is used to execute an alternate statement or set of statements if the intial IF condition equates to false.


Actions_else

Else If
This option converts an Else action into an Else If action, which is used to evaluate another condition if the initial IF condition equates to false.