Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationlist_insert_at_index

Official ZPE/YASS documentationlist_insert_at_index

list_insert_at_index (list l, integer pos, mixed element) ⇒ list

Adds an element, element, to the list, l, at a position, pos. Note: This function does not copy the list, l, but simply adds to it.

Alternative function names: list_insert_at
First available: Version 1.3.3
Comments
Feedback 👍
Comments are sent via email to me.