Ok, my mIRC bot i am making a 'news service' type thing, in a hash table 'news' i have
$ctime news:information
$ctime news:inforamtion
$ctime news:information
etc. Because hash tables are like they are, when i go to output the data ie /msg mybot newslist i obviously want to list it in order of date sent so i do a loop of the hash table, and wack every item into a %var ie
$ctime:$ctime:$ctime:$ctime
then i use $sorttok on the %var and then do a loop on the %var to get the right time etc.
BUT when there is 60 or more im getting * set line too long ... is there any other way i can make it work or make a sorting process that will kinda work exactly the same that will allow me to have like up to well like 500 or something
Thankyou!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!