Defining Array Elements

  1. The default length for arrays is 1. To change the number of elements in an array, select the array node in the Input Data pane.
  2. In the Length text box, enter the number of elements in the array. Java Explorer automatically adds or removes the required elements.
  3. To specify the value of an element, select the element in the array and specify the value in the Value text box.
  4. Array members or an entire array can be assigned input parameters from a variable. To specify input parameters from a variable, click (...). The Input Value Wizard opens.
  5. Click Use variable on the Input Value Wizard and select a preconfigured variable from the list box. All variables of the current parameter type are listed.
  6. Click OK.