1.8

Table Of Contents
l
is greater than: The first specified value is larger, numerically, than the second
value for the condition to be True.
l
is empty: The first specified value is empty. With this operator, there is no second
value.
Invert condition: Inverts the result of the condition. For instance, is empty becomes is
not empty.
Multiple Conditions step properties
The Multiple Conditons step contains a number of Case conditions (one to start with) and a
Default, to be executed when none of the other cases apply. Cases are executed from left to
right. For more information see "Steps" on page140.
The properties described below become visible in the Step properties pane when the Multiple
Conditions step is selected in the Steps pane.
Description
This subsection is collapsed by default in the interface, to give more screen space to other
important parts.
Name: The name of the step. This name will be displayed on top of the step's icon in the Steps
pane.
Comments: The text entered here will be displayed in the tooltip that appears when hovering
over the step in the Steps pane.
Condition
Left operand, Right operand
The Left and right operand can be Based on:
l
Position: The data in the specified position for the comparison.
l
Left (Txt and PDF only): The start position for the data selection. Note that
conditions are done on the current line, either the current cursor position, or the
current line in a Repeat step.
l
Right (Txt and PDF only): The end position for the data selection.
Page 241