2

Array: Store Duplicates to

With Variable Search/Replace you can store the results in another variable. What I wish to be able to do is to search an Array, and store the duplicates in another Array

1 reply

Mmm, good idea. It would speed up the matching checking process.

But it would be possible to replicate it momentarily by performing a loop process using the 'IF %array(#)?content_to_compare' expression. Then, add every match in a separate array.

I think, an option like this, will fit better in the 'Array Process' action, instead. Just my opinion.