|
End If Action |
Declaration |
</AMIF> |
See Also |
Marks the end of the block of steps that should be executed if a previous If <AMIF> condition is true.
Must be used with an If <AMIF> step to mark the end of the block of steps that are to be executed conditionally.
No parameters.
Standard Error Handling Options
This action also includes the standard "Error Causes" and
"On Error" failure handling options/tabs
More on Error Handling Options
Variables and Expressions
All text fields allow the use of expressions by surrounding the
expression in percentage signs (example: %MYVARIABLE%,
%Left('Text',2)%). To help construct these expressions, a popup
expression builder is available in all these fields by pressing F2.
More on variables...
More on expressions...
More on the expression builder...
<!-- A simple useless test - should result to true--->
<AMIF EXPRESSION="%1 = 1%">
<AMMESSAGEBOX MESSAGETEXT="the result was true">
</AMIF>