Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : 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.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback