list insert range

Allows you to insert a group of elements into a list at a specific index.


Example

Running this code will add the list "%Test2" to "%Test", starting on the line "0" of the base list.

This is shown in the Debugger.

add list to list(%Test,$list from text("a,b,c,d,e,f,g",","),"Delete","Global")
add list to list(%Test2,$list from text("1,2,3,4,5,6",","),"Delete","Global")
plugin command("Data and Files Automation.dll", "list insert range", %Test, %Test2, 0)

Was this helpful?

Previous Article

list insert

Next Article

list remove