mIRC Homepage
Posted By: learn3r help - 18/03/07 10:22 AM
Code:
%token @arnel,@lorcan,@arnold,@malissa


How to make this alpabhetically in order?

Code:
sample: 
on *:text:!list:#:{ 
 msg # list: %token ( in alphabetical order ) 
}
Posted By: Solo1 Re: help - 18/03/07 11:05 AM
/set -s %token @arnel.@lorcan.@arnold.@malissa
Code:
on *:text:!list:# msg # list: $sorttok(%token,46) 

instead of 46 you can use whatever the asc for whatever chr spereates the tokens in the variable you want to sort/
Posted By: learn3r Re: help - 18/03/07 02:51 PM
$sorttok

have to read the helpfile before asking here thanks
© mIRC Discussion Forums