Allows you to remove duplicates from a list.
Example
Running this code will remove the duplicates in the list named "%Test", which will be shown in the alert box.
add list to list(%Test,$list from text("1,2,3,4,5,1,2,3",","),"Delete","Global")
alert($plugin function("Data and Files Automation.dll", "$remove list duplicate", %Test))