$list find duplicate

Allows you to search for duplicates in a list.


Example

Running this code will add the text "We've done everything we can to make UBot Studio as easy to learn as possible. Now it's up to you. Make an investment into yourself. Start small with a few hours of training and watch as your potential unfolds. potential unfolds." to the list named "%List1".

An alert box will be shown containing the duplicates inside the list named "%List1".

This is shown in the alert box.

add list to list(%List1,$list from text("We\'ve done everything we can to make UBot Studio as easy to learn as possible. Now it\'s up to you. Make an investment into yourself. Start small with a few hours of training and watch as your potential unfolds. potential unfolds."," "),"Don\'t Delete","Global")
alert($plugin function("Data and Files Automation.dll", "$list find duplicate", %List1))

Was this helpful?

Previous Article

$list filter

Next Article

$list find index