Allows you to remove an item from a list and renumber the remaining items to replace the removed item.
Example
Running this code will remove "1" from the list "%Test", which is shown in the alert box.
This is shown in the Debugger.
add list to list(%Test,$list from text("1,2,3,4,5",","),"Delete","Global")
alert($plugin function("Data and Files Automation.dll", "$list remove", %Test, 1, "Equals"))