List.ReplaceRange
Substitutes the numerical values in the designated list with the new values provided in the replaceWith list, beginning at the specified index position.
List.ReplaceRange(list as list, index as number, count as number, replaceWith as list) as list
Substitutes the numerical values in the designated list with the new values provided in the replaceWith list, beginning at the specified index position.