ListInsertAt(list, position, value [, delimiters ])Returns list with value inserted at the specified position.
See also ListDeleteAt, ListAppend, ListPrepend, and ListSetAt.
Any list.
Position where the value is being inserted. The first position in a list is denoted by the number 1, not 0.
Number or list being inserted.
Set of delimiters used in list.