Allows you to remove a specified item from a list.
Example
Running this code will remove "Text" in the list named "%test".
plugin command("Data and Files Automation.dll", "list remove", %test, "Text", "Equals")
Allows you to remove a specified item from a list.
Running this code will remove "Text" in the list named "%test".
plugin command("Data and Files Automation.dll", "list remove", %test, "Text", "Equals")
Was this helpful?