Add point in list in a specific place in the list?

add point in list in a specific place in the list?
How can I add a point to the end of a list?

https://rhino.github.io/components/mathematics/insertItems.html

Use -1 as index to append item.

Or an expression with list length to add in the middle.

thanku!:):):slight_smile:

If you are not working with trees (complex data structures) you could just use [Merge].
(and flatten output if needed)