Insert Working with polygons? See insert (geometry) Inserts an element in a list or vector. Syntax insert(List | Vector, Integer, Element) Description insert(List | Vector, Integer, Element) 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. Related functions Append, Prepend Table of Contents Syntax Description Related functions