Hi all, Here are list-remove and list-swap.
[list-remove] is like list-delete, but it allows the removal of an arbitrary number of items.
[list-swap] is a hybrid of list-remove and list-insert. It overwrites a portion of a list with another list of arbitrary length.
I considered the name [list-overwrite]; I decided it was too long, but I'm open to suggestions.
HTH, Luke