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. |
Object list Returns the original list with the inserted item. |