mIRC Homepage
Posted By: saragani How to use sorting with filters ? - 28/07/03 09:56 PM
I'm trying to understand how to use the -t switch at the filter command.

it says:
The -t switch sorts the output based on [c s], column C using character S as the columns separator


What exactly is the C and what exactly is the S (How to I choose them?)
Posted By: saragani Re: How to use sorting with filters ? - 28/07/03 10:03 PM
For example, lets say that I have the 2 following lines:

4 saragani $chr(9) 4 hello
7 Apple $chr(9) 7 Memo


What do you need to write in order to sort using the first words (saragani and apple. The sorting is alphabeticly)?

Ands what do I need to do in order to sort using the second words (hello and memo)?

Thanks.
Posted By: codemastr Re: How to use sorting with filters ? - 28/07/03 10:09 PM
Basically it's which "word" should you sort by and what character seperates words. To sort the text you have you'd use

-t 2 32

sort based on the second "word" and words are seperated by character 32 (spaces). Now word here is different than what you said. When you said "first word" as far as mIRC is concerned you are talking about the second word. because the 4 is the first word since it has a space after it. If you wanted to sort by the third word instead of the second, just change the 2 to a 3.
Posted By: saragani Re: How to use sorting with filters ? - 28/07/03 10:12 PM
Yeah, I know that what I called first word is actualy the second.
Posted By: saragani Re: How to use sorting with filters ? - 28/07/03 10:14 PM
Thank you , that explains it all.

The mIRC help doesn't says that the C is actualy the token that I want to sort by, and S is the chr if the seperator.

Thank you for clearing it.
© mIRC Discussion Forums