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


Returns list with value assigned to its element at specified position.

See also ListDeleteAt, ListGetAt, and ListInsertAt.

list

Any list.

position

Any position. The first position in a list is denoted by the number 1, not 0.

value

Any value.

delimiters

Set of delimiters.