Software AG Products 10.11 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of List and Range Functions | object list insertIntoList(Object[] list, Object item, int position)
 
object list insertIntoList(Object[] list, Object item, int position)
Inserts an item into an existing list at the specified position.
Input Parameters
list
Object list The list into which the item is to be inserted.
item
Varying data type The item to be inserted.
position
Integer The position within the list where the item is to be inserted.
Return Value
Object list Returns the original list with the inserted item.