Set Element At

Sets the value of a business object in a business object array.

Inputs

Business object array
The business object array (specified as an object of type BusObjArray) in which the element's value is going to be set.

Element
The business object element (specified as an object of type BusObj) whose value you are going to set.

Index
The index position (specified as an integer) of the business object element to set.

Notes

This function block is based on the BusObjArray.setElementAt() method. For more information, see setElementAt().

Copyright IBM Corp. 2003, 2004