Removes a business object at a specified position in a business object array.
Syntax
public void removeBusinessObjectAt(int index);
Parameters
Return values
None.
Exceptions
Notes
After the remove operation, the business object array is compacted. Indexes are decremented for all business objects that have an index number higher than that of the removed business object.