1.4

l
Operators:
l
is equal to: The two specified value are identical for the condition to be True.
l
contains: The first specified value contains the second one for the condition to be
True.
l
is less than: The first specified value is smaller, numerically, than the second value
for the condition to be True.
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.
l
Invert condition: Inverts the result of the condition. For instance, is empty becomes
is not empty.
Goto Step Properties
The Goto step moves the pointer within the data sample to a specific position or one that is
relative to the current position.
Description
This section is collapsed by default in the interface in order to give more screen space to
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 gives more details on the step and will be displayed in the
tooltip appearing when hovering over the step in the Steps pane.
Goto Definition
Text File
l
Target Type: Defines the type of jump .
l
Line: Jumps a certain number of lines or to a specific line.
l
From: Defines where the jump begins:
l
Current Position: The Goto begins at the current cursor position.
l
Top of record: The Gotobegins at line 1 of the source record.
Page 160