How do I get a list of unique tokens?

Discuss and share scripts and script files...
Post Reply
tiago
Posts: 589
Joined: 14 Feb 2011 21:41

How do I get a list of unique tokens?

Post by tiago »

Sometimes I am given the option to use EditPad Pro to overcome this limitation, but this is just a nightmare when it comes to script operations that need full automation as they take hours to go.

What I need is to get this

Code: Select all

this is not unique

THIS is UNIQUE

this is not unique

this is not unique

THIS too!

this is not unique[code]

into

[code]
THIS is UNIQUE
THIS too!
[code]

Please advise.
Power-hungry user!!!

Post Reply