Allows you to remove a range of items from a list.
Example
Running this code will add the texts "a b c d e f g" to the list named "%Test", then will remove "2" lines starting from line "0" of the list.
add list to list(%Test,$list from text("a,b,c,d,e,f,g",","),"Delete","Global")
plugin command("Data and Files Automation.dll", "list remove range", %Test, 0, 2)