Removes a business object at a specified position in a business object array.
Syntax
int removeObjectAt(int index);
Parameters
Return values
Returns -1 for failure or zero for success.
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.