Top

mIRC Code Snippets Tagged with sort

  (9)  
Sort by 
Well this is my first snippet and my first dialog. I hope it gets good ratings. Its pretty straight forward. Command to open: finds all matches and puts them in a new file and displays that and changes..
Tags: .txt  dialog  dmag  loop  quote  sort  sorted 
+ 2 likes
9 comment(s)    Score: 8.3    Platform: mIRC    Posted by D-Mag on Nov 16, 2009
Normally, when you do a command like /chanserv access #channel list, you get the list of usernames and accesses sorted by time of entry into the list. This can make it difficult to see how many users of..
Tags: access  chanserv  list  sort  sorter 
+ 0 likes
3 comment(s)    Score: 0.0    Platform: mIRC    Posted by Apo123 on Aug 10, 2009
$sortcomtok will allow you to combine two sets of tokens, removing any duplicates, and sort them. Usage: $sortcomtok(text,tokens,C,ncra) Where C is the ascii value for the token separators, and ncra..
Tags: combine  sort  sorttok  tok  token 
+ 0 likes
10 comment(s)    Score: 2.0    Platform: mIRC    Posted by NIGathan on Nov 21, 2008
Usage: $ordtok(TOKEN,C,?) Will return entered numbers as ords (1.4.2 = 1st.2nd.4th) and as you can see, will sort them in reverse or put them in order (if you used $ordtok(4.1,46,nr) - it would return..
Tags: identifier  number  numeric  order  sort  token 
+ 0 likes
3 comment(s)    Score: 0.0    Platform: mIRC    Posted by SyntaxIRC on Mar 08, 2008
Usage: $asntok(TOKEN,N,?) Will sort and insert needed numbers. For example, $asntok(4.1,46) would return 1.2.3.4 (if you used $asntok(4.1,46,nr) - it would return it in reverse)
Tags: asntok  help  insert  number  numtok  sort  tok  token 
+ 0 likes
1 comment(s)    Score: 4.5    Platform: mIRC    Posted by SyntaxIRC on Mar 07, 2008
Sorts mp3 files in a directory based on given parameters. Lists the sorted list in a new window.
Tags: files  mp3  sort 
+ 0 likes
8 comment(s)    Score: 5.7    Platform: mIRC    Posted by Rebellious on Dec 18, 2007
: Sorts lines N-N of the text file, it also echoes how long the process took.
Tags: delete  file  line  merge  sort  text 
+ 0 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by LiQuiDFLamE on Nov 21, 2007
This Strings together nicks from a specified channel. Seperated by a ascii character of your choice. You can choose to string, all users, Ops, Voices, etc a = all nicks, o = ops, h = halfops, v =..
Tags: nick  sort  string  token 
+ 0 likes
2 comment(s)    Score: 3.5    Platform: mIRC    Posted by Moose on Dec 04, 2005
Will alphabatically sort every line in a text file. Usage: /sorttxt file
Tags: file  sort  text 
+ 2 likes
2 comment(s)    Score: 5.6    Platform: mIRC    Posted by QuickStep on Sep 23, 2005
Bottom