Insert
Nota
Working with polygons? See Insert (Geometry).
Inserts an element in a list or vector.
Syntax
insert(List | Vector, Integer, Element)
Description
Given a list or a vector, an integer and an element , inserts in the -th position of the set the element . The elements from the position up to the end, are shifted, i.e. they are not deleted.