I've read the help file and searched this forum, but I still have no idea how Advanced Sort works.
Here's an example of my content:
<a href="/html/filename.html">Tomatoes</a>
<a href="/html/odd_length_name">Bananas</a>
<a href="/html/another_weird_name.html">Apples</a>
I need to a-z sort by the text after the "> , so that I get this:
<a href="/html/another_weird_name.html">Apples</a>
<a href="/html/odd_length_name">Bananas</a>
<a href="/html/filename.html">Tomatoes</a>
I've tried adding tabs after the "> to delimit the columns:
<a href="/html/filename.html"> ^t Tomatoes</a>
<a href="/html/odd_length_name"> ^t Bananas</a>
<a href="/html/another_weird_name.html"> ^t Apples</a>
But after that not working, I get the impression that ultraedit will only sort fixed width columns?
Thanks for any help...
Here's an example of my content:
<a href="/html/filename.html">Tomatoes</a>
<a href="/html/odd_length_name">Bananas</a>
<a href="/html/another_weird_name.html">Apples</a>
I need to a-z sort by the text after the "> , so that I get this:
<a href="/html/another_weird_name.html">Apples</a>
<a href="/html/odd_length_name">Bananas</a>
<a href="/html/filename.html">Tomatoes</a>
I've tried adding tabs after the "> to delimit the columns:
<a href="/html/filename.html"> ^t Tomatoes</a>
<a href="/html/odd_length_name"> ^t Bananas</a>
<a href="/html/another_weird_name.html"> ^t Apples</a>
But after that not working, I get the impression that ultraedit will only sort fixed width columns?
Thanks for any help...