ListInsertAt(list, position, value [, delimiters ])


Returns list with value inserted at the specified position.

See also ListDeleteAt, ListAppend, ListPrepend, and ListSetAt.

list

Any list.

position

Position where the value is being inserted. The first position in a list is denoted by the number 1, not 0.

value

Number or list being inserted.

delimiters

Set of delimiters used in list.