Double-click the Data Exchanger component icon .
The Data Exchanger Component Editor appears.
From the Data Exchanger Component Editor, create
the marker in the data source. For more information, see Defining Markers.
Insert a While loop with the condition m.matched(),
where m is the Java variable assigned to the marker.
Select the word to read in the block, and assign it to the element of
an array parameter.
Edit the statement, and change the index of the array to m.index().
Insert the Java statement m.next(); to advance to the
next block.
Click OK to save your changes and to close the
Data Exchanger Component Editor.