One more question i have tho... ;)
How can i let ultraedit search through the entire file, looking for duplicate lines? When it finds one it should delete the entire line, so the output will be a bunch of unique lines...
Example:
[input]
Hello
Helo
hello
1
2
3
3
4
[/input]
-->
[output]
Hello
Helo
hello
1
2
3
4
[/output]
Thanks in advance :)

