- Double-click the Data Exchanger component icon
.The Data Exchanger Component Editor appears. -
From the Data Exchanger Component Editor, select
a data source and click the
button.
The Edit For Statement dialog box appears.
-
Click the Simple or Advanced
tab.
-
You can use the Simple tab to edit a parameter,
initial value, final value, and increment. This is the basic 'for
i = 1 to 10 by 1 ' type loop.
-
You can use the Advanced tab to edit the initialization,
condition, and update expressions. This is the complete Java (or C or
C++): 'for (i = 1, j = 10; xx[i]; i++, j--) ' For
loop.
-
Click the
button at the end of each text box to open a calculation
editor.
The editor can be used to build an expression for the corresponding
text box based on parameters, operators, and functions. A line of instructions
at the top of the calculation editor indicates the type of expression
expected (e.g., assignment, integer value, logical condition).
-
Click OK to save your changes and to close the
dialog box.
|